hello ! glad to talk to u guys after sometime,
i have designed an application in VB, client server system. i want my client to be able to send me feedback, which on server would be stored in my database. how possible wud i do that ?
Printable View
hello ! glad to talk to u guys after sometime,
i have designed an application in VB, client server system. i want my client to be able to send me feedback, which on server would be stored in my database. how possible wud i do that ?
How far have you gotten? Have you created a connection between the server and the client?
this is the actual prb which i dont knw ! connecting from my client side to my server side. all i want to achieve is say for example i have a method on server SaveClientFeedback(strClient,strMsg) which stores the client name n message in database. how would i make my client access this method on the server thru internet !
access is client side, not server side. so you would have to use something like MySQL, Oracle, DB2, MS SQL, PostgreSQL as a backend to be able to do this.Quote:
Originally Posted by hyousuf2
well am willing to do ne thing as far as it works, pls gimme some coding examples of guidelines to be able to achieve this.
You'll need a MySQL server and PHP.
http://www.100webspace.com/ Provide these free.
You'll then need to create a PHP script which takes form data and saves it a database.
Your VB app will then have to submit the data in a POST request. I have done all this before so it's perfectly achievable.
you dont need to use php to save information to a database, VB can do this.Quote:
Originally Posted by Tw1sted L0gic
First of all setting up a PHP n MySQL server is not gonna be da optimum solution, coz i got SQL Server 2000 and ASP running on ma server, so will be possible to achieve da same with this combination.
Secondly, BrailleSchool if u think it can be done widout these script then pls show me some help
This has been discussed many times on VBF so you should search the forum.Quote:
Originally Posted by hyousuf2
http://www.vbforums.com/search.php?searchid=542285