EAccessViolation on connect
Posted: Tue 18 Mar 2014 16:49
I have a single threaded VCL application.
Two questions:
1) how is an AV possible in this line? (single threaded app);
2) what is that EAccessViolation and where does it come from? Is that mydac specific?
Thanks,
vindac
Code: Select all
MyConnection1->Server = dbIP;
MyConnection1->Database = stDbName;
MyConnection1->Username = stDbUser;
MyConnection1->Password = stDbPass;
MyConnection1->Connect(); // gives an Access Violation + an EAccessviolation.
1) how is an AV possible in this line? (single threaded app);
2) what is that EAccessViolation and where does it come from? Is that mydac specific?
Thanks,
vindac