|
-
Dec 25th, 2005, 08:12 AM
#1
Thread Starter
Addicted Member
Feedback with VB
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 ?
Women ...r like tea bags, you neva know how strong they really r untill u put them in hot water
Huzefa Yousuf
Software Engineer
Verticity Inc.
+92-345-2235303
[email protected]
-
Dec 25th, 2005, 08:55 AM
#2
Re: Feedback with VB
How far have you gotten? Have you created a connection between the server and the client?
-
Dec 25th, 2005, 02:33 PM
#3
Thread Starter
Addicted Member
Re: Feedback with VB
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 !
Women ...r like tea bags, you neva know how strong they really r untill u put them in hot water
Huzefa Yousuf
Software Engineer
Verticity Inc.
+92-345-2235303
[email protected]
-
Dec 25th, 2005, 04:25 PM
#4
PowerPoster
Re: Feedback with VB
 Originally Posted by hyousuf2
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.
-
Dec 26th, 2005, 08:12 AM
#5
Thread Starter
Addicted Member
Re: Feedback with VB
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.
Women ...r like tea bags, you neva know how strong they really r untill u put them in hot water
Huzefa Yousuf
Software Engineer
Verticity Inc.
+92-345-2235303
[email protected]
-
Dec 26th, 2005, 09:30 AM
#6
Lively Member
Re: Feedback with VB
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.
Naughty but Nice 
-
Dec 26th, 2005, 12:40 PM
#7
PowerPoster
Re: Feedback with VB
 Originally Posted by Tw1sted L0gic
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.
-
Dec 26th, 2005, 01:03 PM
#8
Thread Starter
Addicted Member
Re: Feedback with VB
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
Women ...r like tea bags, you neva know how strong they really r untill u put them in hot water
Huzefa Yousuf
Software Engineer
Verticity Inc.
+92-345-2235303
[email protected]
-
Dec 26th, 2005, 01:19 PM
#9
PowerPoster
Re: Feedback with VB
 Originally Posted by hyousuf2
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.
http://www.vbforums.com/search.php?searchid=542285
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|