Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

CS:DV to MySql database


Sir Topham Hatt
 Share

Recommended Posts

I want to learn how to connect the CS:DV engine to a MySql database. I've tried to do it myself but I do not know enough about MySql.

What I need to happen is:
User clicks login
Send data to the webhost
Webhost sends data to server
Server connect to the client

At least this is what I think should happen, like I said I haven't the slightest clue about MySql. Have to learn sometime though.
Link to comment
Share on other sites

Some tips for you from someone who has actually programmed MySql into Eclipse in the past. (Failed BTW)

Vb6 is single threaded, when you sent a get or put command to the database it ties up your server for as much as 2 seconds. In this time EVERYTHING will freeze, NPCS, player actions, etc….

This is the part where I failed. (2 years ago) However others have succeeded in this recently. Robin has a secondary server that is specially made (as far as I know) to handle the MySql queries and send the data back to the real server then the real server sends the login info.

If you choose to do that method or completely disregard my post I would overall recommend some testing.

Good Luck!
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...