Reputation: 21
I am new in delphi 2007. I need to connect with SQL Server and update , insert and delete DB values from my local database(SQLServer) through DBExpress. Anyone can help step to step guide from scratch if anyone has usefull tutorial. kindly send the link. Thanks
Upvotes: 2
Views: 2071
Reputation: 6477
Sorry for blowing my own trumpet, but I've written a few blog entries about converting BDE based applications to dbExpress. True, my target was Firebird and not SQLServer, but that shouldn't matter too much.
I too use Delphi 7.
Upvotes: 0
Reputation: 1007
In past our company had many issues with dbExpress. So, I will not recommend dbExpress for the serious database application development. 2 years ago we started to look around for an alternative and purchased Anydac. Works great with SQL Server and other DB's. Actually, there are few others 3d party libraries. So, consider to try them.
Upvotes: 0
Reputation: 139010
Here is a link for you. A Guide to Using dbExpress in Delphi database applications
Upvotes: 2