i want to make a simple project for dataentry of name and phone number and its report using access mdb but want that mdb file should be on webserver and interface should run on my desktop. How it will be done please help me.
Printable View
i want to make a simple project for dataentry of name and phone number and its report using access mdb but want that mdb file should be on webserver and interface should run on my desktop. How it will be done please help me.
If you dont have full access to the server, if your using a webhost or whatever. You could use VB for the desktop app and then a server side script to process the info sent. I'm working on somthing for .Net at the mo to interact with a php script on the server.
Have a look into the HTTP functions :)
Thanks Pino
But how to use serverside script I have no idea can u help me please by any small example?
For VB6 and ASP
http://www.vbforums.com/showthread.p...15#post2505215
http://www.vbforums.com/showthread.p...70#post2477670
Im actually using Winsock now in VB for this, over the XML, though its more complex, it doesnt hang up the app while getting the data and gives you more power.. ill have something to post on the forum soon ..
pjainchp:
I think you need to tell us what you are going to use for your front end.
Pino suggested VB and rory said VB6 or ASP.
You can use any of those or VB.Net, C#.Net, ASP.Net and probably several others.
So I think the first step would be for you to tell us what you are going to use.
Then, maybe someone here can help you with some code to get you started.
Good Luck
Hi ASI4u I m using vb6 as front end now please can u help me