That site is not really the best way to do this. http://www.learnasp.com/learn/dbopen.asp shows the best way and links to several other articles that discuss this in more detail.
On Wed, 12 Jan 2005 09:04:45 +0800, GJ <[EMAIL PROTECTED]> wrote: > Maybe this site helps http://www.aspemporium.com/support.aspx?PRB017 > > Regards, > GJ > > > > On Tue, 11 Jan 2005 16:32:58 -0000, sheriff <[EMAIL PROTECTED]> wrote: > > > > i have been try to connect to the data base in my server using a > > DSNles connection : like .. > > set conn=Server.CreateObject("ADODB.Connection") > > conn.Provider="Microsoft.Jet.OLEDB.4.0" > > conn.Open "c:/db/users.mdb" > > the error was : > > > > Microsoft JET Database Engine error '80004005' > > > > 'c:\db\users.mdb' is not a valid path. Make sure that the path name > > is spelled correctly and that you are connected to the server on > > which the file resides. > > > > /module/comment.asp, line 28 > > > > > > please what else can i do.. > > > > thanx. > > > > > > > > > > > > > > Yahoo! Groups Sponsor > > ADVERTISEMENT > > > > ________________________________ > > Yahoo! Groups Links > > To visit your group on the web, go to: > > http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ > > > > To unsubscribe from this group, send an email to: > > [EMAIL PROTECTED] > > > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > > > -- > GJ Bondoc > 15 V. Luciano St. Proj. 4 Q.C. > Tel#: 9118586 Cell#: 09274684926 > e-mail: [EMAIL PROTECTED] > > > ________________________________ > Yahoo! Groups Links > > To visit your group on the web, go to: > http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ > > To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
