Forum Moderators: open

Message Too Old, No Replies

My Connection String doesnt work anymore

Bell Canada updated their system now my asp code doesnt work

         

Krislilly

1:38 pm on Jul 2, 2004 (gmt 0)

10+ Year Member



Hi all,

This is what i have (and it was working fine until Bell Canada updated their servers):

ConnectionString="DBQ=E:\Inetput\yippee.com\db\yippee.mdb;Driver={Microsoft Access Driver(*.mdb)};UID=Admin;Password=Blah"
DatabaseType="MSACCESS"

I dunno if anyone can help, but ideas are always handy :)

Thanks,
K

Easy_Coder

1:46 pm on Jul 2, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Your site is probably no longer in the E Drive. Try using Server.MapPath().
-->E:\

Too, is it really in Inetput or is that typo? Should be Inetpub.

Krislilly

2:14 pm on Jul 2, 2004 (gmt 0)

10+ Year Member



Sorry, yea it is Inetpub. I just had a typo.

Ok i tried your suggestion, but i dont know exactly how to write it. Could you give me a suggestion.

Thanks,
K

bcolflesh

2:20 pm on Jul 2, 2004 (gmt 0)