|
|||
|
please tel me how can i read/get the contents of a site and use in it my program..........
i want to develop a player which will get the information from my site database and use it.... also tell me in which language i will develop my web site.......asp php html xml and which db i will use so my player will get the information easily thkx |
|
|||
|
ok no one helped me........thankx for that
now on my on base i have completed that task........remote connect with mdb file from web site in output windows it show's "connection completed" with db but now recordset is not working Code:
var record1 = new ActiveXObject("ADODB.Recordset");
record1.Open("select uname, ukey, uip from info",conn,1,1);
record1.moveFirst();
Dialogs.msgBox(record1.Fields(0).value.toString())
swfkit admin where r u.....help me js |
|
|||
|
I'm not sure about your situation. But the .mdb file must be in a shared folder, as described in the following article:
http://www.motobit.com/tips/detpg_ropenmdb/ |
|
|||
|
thnkx for reply...........reply is a motivation for person ;D
plz tel me have u seen my attached file 8) if yes ![]() then have u seen the output windows after running the program ![]() if yes then have u seen that the connection with db is completed ![]() but the recordset is showing error :-[ and i........... http://www.motobit.com/tips/detpg_ropenmdb/ ......opened that link .......but it not work or i do not understand it ??? please take a look and give me a way of out from that problem ![]() thkx for replying ![]() js |
|
|||
|
I'm really sorry that I don't know how to help you. I've no idea how to connect a remote mdb file directly, and your sample doesn't work because it cannot connect the database. If it's inconvenient for you to write a web application, why don't you convert the mdb file to MYSQL, which can be connected remotely.
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|