问:
Hi,

I need to access a sql database through odbc using javascript. This database resides in the client PC
and the only way to connect to it is using the client PC ODBC. The asp.net application need to retreive
and update data to that database. I don't know how to do this so I need some help of you guys. My
experience is in c# and vb.net, not in javascript but I know that if I need to access the client PC resources
it has to be javascript or vbscript. If there's any other way to do this please let me know.


答:

Hi javidot
 

Just as HeartattacK said, it is no recommend because of security issue.


 

You can try the following code, hope this helps:

 

code from http://topic.csdn.net/t/20031028/12/2402598.html

使用JavaScript 访问本地ODBC数据库<HTML>   
使用JavaScript 访问本地ODBC数据库  
<HEAD>
使用JavaScript 访问本地ODBC数据库  
<TITLE></TITLE>   



May be you will interesting in this:

ODBC Support for Javascript

http://www.freeswitch.org/node/44
 
If I’ve misunderstood your problem, please feel free to let me know.
 
Thanks.

相关文章:

  • 2021-11-01
  • 2021-05-17
  • 2022-02-02
  • 2022-12-23
  • 2022-12-23
  • 2022-01-08
猜你喜欢
  • 2021-04-11
  • 2021-10-26
  • 2021-11-18
  • 2021-09-03
  • 2022-12-23
  • 2021-05-08
相关资源
相似解决方案