Re: [gnome-db] any chance of 0.8.199-1.src.rpm
- From: Holger Thon <holger thon gnome-db org>
- To: GDA <gnome-db-list gnome org>
- Cc: Hugh Bragg <Hugh Bragg bibit com>
- Subject: Re: [gnome-db] any chance of 0.8.199-1.src.rpm
- Date: Thu, 31 Oct 2002 17:58:43 +0100
Hi,
On Thu, Oct 31, 2002 at 03:30:17PM +0100, Hugh Bragg wrote:
> Thanks for this.
>
> I think I found a bug in the configure script. anyway, it wouldn't comile with
> sybase until I changed this:
Yes, unfortunately the sybase provider is outdated and i just started
on port in HEAD. It will be working in about 3-4 weeks. If it's ready
earlier, i'll notify you if you wish so.
However, you can also use the freetds provider to connect to ASE 12.5.
Important: When compiling or configuring freetds (www.freetds.org),
make sure you use TDS5.0 to connect.
Ciao
Holger
PS: An ugly mistyping in users schema is fixed by the following patch
diff -urN libgda-0.8.199.old/providers/freetds/gda-freetds-provider.c libgda-0.8.199/providers/freetds/gda-freetds-provider.c
--- libgda-0.8.199.old/providers/freetds/gda-freetds-provider.c 2002-10-23 12:37:30.000000000 +0200
+++ libgda-0.8.199/providers/freetds/gda-freetds-provider.c 2002-10-31 17:35:24.000000000 +0100
@@ -641,7 +641,7 @@
return recset;
break;
case GDA_CONNECTION_SCHEMA_USERS:
- recset = gda_freetds_execute_query (cnc, TDS_SCHEMA_TYPES);
+ recset = gda_freetds_execute_query (cnc, TDS_SCHEMA_USERS);
if (recset != NULL)
gda_data_model_set_column_title (GDA_DATA_MODEL (recset),
0, _("Users"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]