I upgraded my Delphi to 2010 version and I tried to open and run application written in Delphi 2006. The app is using mysql by dbexpress with libmysql.dll and a second driver found somewhere on the In
We want to use Unicode with Delphi 2009 and Interbase, and found that to switch the character encoding from WIN1252 to UNICODE_FSS or UTF8 we first have to replace all instances of TStringField with T
Currently, our database uses Win1252 as the only character encoding. We will have to support Unicode in the database tables soon, which means we have to perform this migration for four databases and a
I\'ve got some code that builds a map (graph) of rooms on a grid with links between them.It\'s stored in a Firebird database with rooms in one table and links in another.The data is managed through DB
I am using DBExpress with blackfish. How can I do multi Transaction? I have several GRIDs all in editing at once and all will have to be saved at once.
I am trying to use dbexpress component first time to connect to mysql i got this error Failure to Connect : Unable to load
I use RAD Studio 2010 including latest updates 4 and 5, my database is SQL S开发者_开发问答erver Express.
I am migrating to Delphi 2010 and I am using Microsoft SQL 2000 (Planning on upgrading to SQL2008)开发者_C百科. I have been using BDE all along and wondering if I should use dbGo (ADO) or dbExpress wi
Sorry for my english, but i hope you\'ll understand me :P I\'m trying to create new TSQLQuery component in code, without placing it on form. I wrote that code:
I am planning to migrate a Delphi 6 BDE application to Delphi 2010... First of all, do I have to move away from BDE? (I will but I prefer to do this in stages if possible)