Search code examples
delphidelphi-xe2dbexpress

Delphi XE2 DBExpress Access Violation?


I seem to be having some problems with dbExpress in Delphi XE2. When I try to set the connected property of the Sqldataconnection to true I get an access violation at 000000000.

The same thing happens when I try to change the CommandText or Active Properties of the SqlDataSet.

This is my first time using these components as I am following along with some tutorials from a book that I have so it may very well be something I am going wrong but I'm not exactly sure at this point.

Any help is appreciated.

Thanks.


Solution

  • Well I found the reason for my problems. Apparently the dbexpress drivers needed to connect to any database besides interbase are not available in Delphi XE2 starter which is what I am using.

    Thanks for the help.