Fine with me.
Thanks.
Search found 19 matches
- 27.07.2008, 18:53
- Forum: MySQL
- Topic: Field Name same as Table Name
- Replies: 10
- Views: 2445
- 14.04.2008, 10:48
- Forum: Firebird
- Topic: non-blob fields opening
- Replies: 5
- Views: 1430
- 09.04.2008, 10:55
- Forum: Firebird
- Topic: non-blob fields opening
- Replies: 5
- Views: 1430
- 09.04.2008, 10:53
- Forum: Firebird
- Topic: non-blob fields opening
- Replies: 5
- Views: 1430
I've attached the db, taken, unmodified, from a fresh install of Firebird 2.03. I'll post a screenshot of the error, also showing table structure. To re-create, drop a TZConnection and a TZTable on a form, set the connection as user : sysdba password : masterkey protocol : firebird-2.0 database : [a...
- 08.04.2008, 17:37
- Forum: Firebird
- Topic: non-blob fields opening
- Replies: 5
- Views: 1430
non-blob fields opening
Using 6.6.2, with Firebird 2.03, with protocol=firebird-2.0 I'm using a TzTable to open the sample employee.fdb, but certain tables won't open, giving the error : "Cannot access blob record in column x with type y" where x is a column number, and y is a non-blob field (integer or string). ...
- 26.03.2008, 22:12
- Forum: MS SQL Server
- Topic: [bug_fixed] GetCatalogNames returns nothing...
- Replies: 15
- Views: 4752
I've checked my mdac, with Microsofts own tools, and it checks out ok. I've been working with this solution: function TZAdoDatabaseMetadata.AdoOpenSchema(Schema: Integer; const Args: array of const): ZPlainAdo.RecordSet; var Restrictions: Variant; begin Result := nil; if not FSupportedSchemasInitial...
- 26.03.2008, 11:15
- Forum: MS SQL Server
- Topic: [bug_fixed] GetCatalogNames returns nothing...
- Replies: 15
- Views: 4752
Mark, As you suggest, the error is probably caused by the High(Args) value of -1. In 'TZAdoDatabaseMetadata.BuildRestrictions', if I change the line Result := VarArrayCreate([0, High(Args)], varVariant); to Result := VarArrayCreate([0,0], varVariant); then problem is resolved. I don't know exactly w...
- 25.03.2008, 15:30
- Forum: MS SQL Server
- Topic: [bug_fixed] GetCatalogNames returns nothing...
- Replies: 15
- Views: 4752
I've checked GetSchemaNames, with the exact same results. The schema is supported, as 'TZAdoDatabaseMetadata.SchemaSupported' returns ok. i've found an exception is raised in 'TZAdoDatabaseMetadata.AdoOpenSchema', on : ' Result := (GetConnection as IZAdoConnection).GetAdoConnection. OpenSchema(Schem...
- 25.03.2008, 11:59
- Forum: MS SQL Server
- Topic: [bug_fixed] GetCatalogNames returns nothing...
- Replies: 15
- Views: 4752
- 25.03.2008, 02:54
- Forum: MS SQL Server
- Topic: [bug_fixed] GetCatalogNames returns nothing...
- Replies: 15
- Views: 4752
- 25.03.2008, 00:20
- Forum: MS SQL Server
- Topic: [bug_fixed] GetCatalogNames returns nothing...
- Replies: 15
- Views: 4752
- 24.03.2008, 18:58
- Forum: MS SQL Server
- Topic: [bug_fixed] GetCatalogNames returns nothing...
- Replies: 15
- Views: 4752
[bug_fixed] GetCatalogNames returns nothing...
Using 6.6.1 - beta, I can successfully connect to a MSSQL 2005 server, but GetCatalogNames returns empty.
I can get a list using SQL, but it's not my preferred option.
Does anyone know if this *should* work, or am I barking up the wrong tree?
I can get a list using SQL, but it's not my preferred option.
Does anyone know if this *should* work, or am I barking up the wrong tree?
- 04.03.2008, 00:01
- Forum: MySQL
- Topic: Field Name same as Table Name
- Replies: 10
- Views: 2445
- 25.02.2008, 16:52
- Forum: MySQL
- Topic: Field Name same as Table Name
- Replies: 10
- Views: 2445
- 25.02.2008, 15:34
- Forum: MySQL
- Topic: Field Name same as Table Name
- Replies: 10
- Views: 2445
Problem solved. Although the problem recurs later when I open the table with a TZQuery, but i'd guess you probably knew that. Don't go out of your for for me, this isn't a mission critical problem, I only noticed it when I was messing around with a sample database that comes with an old version of C...