after an unsuccesfull login: mytsqlconnection->Open(); if(mytsqlconnection->ConnectionState == cs开发者_JS百科StateOpen)
I\'m having some problem about TSQLStoredProcedure. Here is the code: storedproc->ParamByName(\"A\")->AsInteger = adataset->FieldByName(\"AA\")->AsInteger;
I have a master / detail application written in Delphi 2010 / dbExpress using firebird 2.3 I have found a problem
I am getting to know the dbexpress firebird driver from Chau Chee-Yang (http://sites.google.com/site/dbxfirebird/)
I\'m using this sql command to get column names : select COLUMN_NAME from INFORMATION_SCHEMA.COLUMN开发者_StackOverflow中文版S
A开发者_StackOverflow社区ssuming the Firebird client is installed what additional files need to be included with a Delphi 2010 application that uses dbExpress to access the Firebird database.
I\'m trying to connect at runtime with SQL Server 2008 with Delphi 2009 using DBExpress, it\'s not working. When I set all the properties at design time, it works great, but at RunTime, I\'m getting &
I have tables collating latin1_general_ci and have turkish character values. And i can use this data on delphi 7+zeos with no problem. but i want to upgrade my delphi to 2010 version but zeos too slow
1.) I can create a simple application which has one routine called function ConnectToDB: Boolean and run it from my virtual directory (wwwroot/cgi-bin) and it connects and reports back connected .
Delphi 2010, dbExpress, and SQL Server 2005 DB I am trying to make a connection to a SQL Server 2005 DB using Delphi 2010 & DBExpress.