when i create the dsn it creates it perfect, when testing i receive this error server - default Test DSN - TuCaracas Test connecton failed Error: -2147418113 Description: Can not load OBDC driver What should i do, i dont want to loose this client lol, please help
Try using a DSN less connection string. Something like this should work: <% Dim connMyConnectionconnMyConnection = "Driver={MySQL}; SERVER=www.mydomain.com; DATABASE=MyDatabaseName; UID=myusername; PASSWORD=mypassword"
%> Brian -- Brian M. Rahill President RainStorm, Inc. http://www.rainstormconsulting.com "Designing Strategies for Internet Success." brian@xxxxxxxxxxxxxxxx Phone: 207-866-3908Fax: 207-866-0297