All expert,
Now i use native database and i have 2 database on the same database server and i want to connect to both database but i can connect only one database. Can i make more then one connection to database on the same server? if can do please tell me how to do
thank you
0
Comments
Basically the process is this. You copy the server folder into a another folder start dos prompt and go to the new folder and run server.exe with some parameters and installasservice.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
thank you for your suggestion and i can do it but i can not connect both database in the same time because i cannot start 2 Database server service in the same time too.
if you have any suggestion please tell me
thank you.
127.0.0.1 Localhost test
Save this file. Don't add a fileextension. Now open services with Notepad. Add the line
test 2408/tcp
to this file.
Start a commandprompt (cmd.exe or %comspec). Now go to the directory where you placed the new server files, using the CD command. Type the following line:
server cache=<value>, commitcache=<YES|NO>, database=<path to database>, servername=text, nettype=TCP.
It should now start without any problem. You can connect from the client with IPAdres:2408 or <NAME OF THE SERVER>:2408
If this works, you can simply run the line again, followed with Installasservice. Now a service called test is created, and this can start when the server starts.
If you want to install more servers, use 2409,2410,2411, etc. You can use any portnumber you like, when it is not used yet.
Now i can do it
\:D/