Performance of VB.NET 2003 with Access / MySQL ....

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to know about the compatibility issues of "MySQL" with VB.NET 2003?
Does VB.NET 2003 works fine with MySQL or not.

Secondly, what is the maximum database size of MS Access after which the
performance degrades. I heard that MS Access is not recommended for very
large databases.
 
It works but I have had trouble using parametizerized queries and insert
statements with parameters and ended up building a long sql string without
parameters.
 
Back
Top