hewstone999
New member
- Joined
- Feb 24, 2009
- Messages
- 2
- Programming Experience
- Beginner
Hi there,
I want to create a Web Service that will insert values into a access database.
Probably be something like this but dont no the code enough to complete:
Any help on this would be great, thanks
I want to create a Web Service that will insert values into a access database.
Probably be something like this but dont no the code enough to complete:
VB.NET:
msConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=R: C:\events.mdb"
****Insert code e.g. INSERT INTO eventstbl(User, pass) Values(name, password)***