SQL Server 2000 - RemoteConnect 2 PCs with Sql Server
16 Replies - 2330 Views - Last Post: 11 June 2010 - 03:25 PM
#1 Guest_evry1falls*
SQL Server 2000 - Remote
Posted 02 June 2010 - 07:15 PM
i have this issue, i'm a programmar , i designed a software that works with 4 pcs through network , i have sql server 2000 enterprise, how can i remote the database ? E.X ====>
PC1 => Server
PC2 => Client1
PC3 => Client2
PC4 => Client3
i want that when i work in pc2 or 3 or 4 the data added to the database tables in pc1 .... ??
how can i do that ? or where can i learn that ??
i just know some basics about sql server 2000 Ent. Edition but just local server stuff !!
Please Help
Thanx
Replies To: SQL Server 2000 - Remote
#2
Re: SQL Server 2000 - Remote
Posted 03 June 2010 - 06:02 AM
"driver={MySQL ODBC 3.51 Driver};" & _
"server=" & m_SERVER & ";" & _
"port=" & CStr(m_IPPORT) & ";" & _
"user=m_User; pwd=m_Password;" & _
"database=" & m_DBNAME & ";" & _
"charset='cp1251';" & _
"OPTION=" & CStr(CNNOPTIONS) & ";"
Put PC1 IP for m_Server, the port to connect (usually 3306) for port etc.
hope it help you
#3 Guest_evry1falls*
Re: SQL Server 2000 - Remote
Posted 05 June 2010 - 06:21 PM
#5 Guest_evry1falls*
Re: SQL Server 2000 - Remote
Posted 07 June 2010 - 02:00 PM
come on ,, please tell me
#6
Re: SQL Server 2000 - Remote
Posted 07 June 2010 - 02:32 PM
#7
Re: SQL Server 2000 - Remote
Posted 08 June 2010 - 08:05 AM
evry1falls, on 02 June 2010 - 06:15 PM, said:
how can i do that ? or where can i learn that ??
It sounds to me like what you are trying to learn about is SQL Replication. This is how a single database can be spanned across multiple physical machines.
Hope this points you in the right direction,
Motoma
#8 Guest_evry1falls*
Re: SQL Server 2000 - Remote
Posted 09 June 2010 - 01:34 PM
i wish i find something
#9
Re: SQL Server 2000 - Remote
Posted 09 June 2010 - 02:56 PM
"driver={MySQL ODBC <insert version here> Driver};" & _
if you want to connect to the server where your DB is you need this installed on other machines . also you will need the IP of the server the port to connect (usually 3306) witch you can make the user to enter and save them in some file. so the user may connect to other server to without you have to change the exe.
Replication on other hand is used for synchronizing databases usually server-to-server. for example several small local machines(for a city) databases are synchronized in a main server(for the state). do you even try it?
This post has been edited by NoBrain: 09 June 2010 - 03:02 PM
#10 Guest_evry1falls*
Re: SQL Server 2000 - Remote
Posted 10 June 2010 - 08:04 AM
why do u insist that im using internet .... i don't
Also ... i didn't use Mysql in my sotware ..... at all !
and the replication thing was something else .... very far away from what im loooking for ... !!
i dunno what is so hard about it !?? im sure there are plenty of softwares that running the same idea as mine ,,,,
again .. maybe i messed something .. here is the thing :
there are 4 pcs
and the 4 pcs are in one room bad they are connected through a network (router) so they can share files ..
i designed a sotware that will be used by the 4 pcs .. ok ??
so far so good ??
the database is Ms-Access 2003 and i converted it to Sql Server 2000 ...
Localy i already connected the software with the pc im using now ....
ok ??
now ... i will set the sotware up on the 3 other pcs ... how can i use this sql server 2000 database ?? without installlin sql server 2000 on the other 3 pcs ???
something like server to clients !!
so all the data from the 4 pcs will go into the one database on the pc that holding it (Server) ... is it possible ???
some other guy told me that i need sql server 2000 full version + windows 2003 server + Network specialist + setup something called "Active Directory" .... !!!
please guys Helpppppppppppppppppppppppppp
#11
Re: SQL Server 2000 - Remote
Posted 10 June 2010 - 09:42 AM
evry1falls, on 10 June 2010 - 09:04 AM, said:
something like server to clients !!
so all the data from the 4 pcs will go into the one database on the pc that holding it (Server) ... is it possible ???
As was mentioned earlier in the post, you will need to change your software's connection string on the three other computer to point to the database on the server.
This is dependent on the language/software you are using, but you would typically do this where the connection is initialized or created.
#12
Re: SQL Server 2000 - Remote
Posted 10 June 2010 - 10:25 AM
#13 Guest_evry1falls*
Re: SQL Server 2000 - Remote
Posted 10 June 2010 - 01:53 PM
BUTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT
DO I NEED TO INSTALL THE SQL SERVER 2000 ENTERPRISE ON THE OTHER 3 PCS ???
IF YES ,, THEN HOW ??
IF NO ,, THEN HOW DO I TRANSFER DATA THROUGH THE 4 PCS ???
#14
Re: SQL Server 2000 - Remote
Posted 10 June 2010 - 03:32 PM
This post has been edited by NoBrain: 10 June 2010 - 03:44 PM
#15 Guest_evry1falls*
Re: SQL Server 2000 - Remote
Posted 11 June 2010 - 02:58 AM
im using Ado 2.8 ...
Rs.addnew
Rs.Update
and sometimes (Insert Into ....... )
i found out that Sql Server 2000 Enterprise Full Version is not Supported on Cluster OS like Xp ,
that is why im not able to upgrade my evaluation enterprise into full version, it needs windows server ,
so do you have any idea Where to learn to work With MS-Office 2003 database as a shared DataBase, and do the same thing i waned to do with sql server ???
|
|

New Topic/Question
Reply
MultiQuote







|