English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have a VB program in one system and a database in the same sys. I got another system in LAN. How do i load the prog in the other system so that i can input with the same form in the other system and insert the value in the database in the first system. what should i do for that.

2006-06-22 22:20:21 · 4 answers · asked by rsd_i 1 in Computers & Internet Programming & Design

I tried using DSN.As i am new to it, can anyone tell whats the connection string?
I am getting the error "Cannot Find Installable ISAM" what should be done.

2006-06-29 22:06:17 · update #1

4 answers

yes, you can do this.

1. First create the VB exe file.
2. Access the folder which contain the exe in the first system from the second one.
3 Select the exe file and right click and select "send To->desktop(create shortcut)
4.. You can see the shortcut created in your second system.
5. Run that shortcut, you can run the same exe from the second system
6. Then the same exe refer the daatbase from the first system

Please try this and let me know if you have any doubts.

THanks,
M.RAJA

2006-06-26 04:43:54 · answer #1 · answered by M.Raja 2 · 0 0

In the coding of ur vb form connect the db using the DSN. Then convert ur vb form to exe file. Place the db and exe in a folder of ur system. Map that folder thru the system connected in lan. Create a dsn in that system. Execute the exe and it will work finely.

2006-06-23 07:56:31 · answer #2 · answered by Suresh k 1 · 0 0

Yes its easy if u know VBA... Connect database using .NET then import the library (using system.excel)... Use the VBA code to copy the data... EX: Workbooks.open("path");
Activesheet("Sheet1").Select;
Activesheet.Range("A1") = TextBox1.Text;
Otherwise Search the VBA Code in google

2006-07-07 01:58:24 · answer #3 · answered by inthidreams 2 · 0 0

I have no idea.

2006-06-23 06:41:32 · answer #4 · answered by Halle 4 · 0 0

fedest.com, questions and answers