Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ms 3.07] Acouple of questions Error/Connect questions
#1
[Image: 0cc3986d43b89d956665d43624ebbde7.jpg]

Thats what i get when i first run the server it says something with this...

Code:
Public Sub InitDB()
'Setup Connections
Set Conn_Client = New ADODB.Connection
Conn_Client.CursorLocation = adUseClient
Conn_Client.ConnectionString = strCONN
Conn_Client.Open

Set Conn_Server = New ADODB.Connection
Conn_Server.CursorLocation = adUseServer
Conn_Server.ConnectionString = strCONN
Conn_Server.Open

And also how would i get players to connect to my server over a ip


Can some one please point me in the right directions Thanks Smile
Reply
#2
I suggest you go see these topics, I haven't read them but they have the same problem as yours and solutions are involved!

viewtopic.php?f=57&t=4718&p=56432&hilit=2147467259#p56432

viewtopic.php?f=84&t=3710&p=42890&hilit=2147467259#p42890
Reply
#3
Thanks!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)