運行沒有問題(那是一定的)﹐但當我聯接數據庫時有錯誤信息。
錯誤信息是這樣的﹕:confused:
No connection: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified。
怎麼回事呢﹖謝謝各位大俠的回答。 先謝過。作者: oiioiio 时间: 2002-3-14 14:11
1.I am not sure odbc can be accessed remotely.maybe not?
2. did you include jdbc odbc bridge driver with your applet?
Just for your reference.作者: fanri 时间: 2002-3-14 16:41
jdbc.db=jdbc: odbc://lala.myftp.org/questMA97 (lala.myftp.org 為我的固定的Host地址)
dose this mean that your access dB should be in your site root directory.
right for ref作者: skytrue 时间: 2002-3-15 09:59
提示: 作者被禁止或删除 内容自动屏蔽作者: powerpuffgirl 时间: 2002-3-15 10:50
Thanks Frank, ifyou and fanri!
Actually "lala.myftp.org" is my static IP address, a solution for remote database connection with my own computer, is that wrong?
:confused:作者: nickwang 时间: 2002-3-15 13:28
you should create a dsn on your own computer which point to the database server. so in the third line it should be the dsn name.作者: powerpuffgirl 时间: 2002-3-15 16:46
The third line of config.properties : jdbc.db=jdbc: odbc://lala.myftp.org/questMA97, is exactly user DSN name.
:confused: