I turned off the firewall and still gets the error. Please give me a sample string to compare to mine.
Thank you.
User Profile
Collapse
-
Yes, the local machine is the machine with Sql Server installed on.Leave a comment:
-
How to connect to sql server 2000 on a LAN?
Can someone help me with the connection string for connecting to sql server 2000 on a machine named 'pserver'? I don't know what I am doing wrong but I can connect without problem from my local machine but get error messages when I try connecting from a different machine. -
I had a similar problem with a windows applications on a network and i think my solution may be of help.
Create two setup projects, one used to deploy the server application (setup that includes the database file) and another to deploy the client project (setup which does not include database file but only primary output).
Install the server project on the machine intended to serve as application server and client project...Leave a comment:
-
I can't currently ping the printers as they are not network printers but can ping the machines they are attached to.
I am using two 24-port switches with 10/100mbps speed. The brand names are D-LINK and LINKSYS.
By the way do you have any idea as to how the tracert result displayed in by previous submission might help in tracing the source of delay?...Leave a comment:
-
Thank you once again.
I forgot to mention my operating system which windows server 2000.
I run the tracert command on two separate ip addresses from the server and below is what i get:
Tracing route to 192.168.*.35 over a maximum of 30 hops
1 * * * Request timed out.
2 * * * Request timed out.
3 * * * Request timed out....Leave a comment:
-
If you want to access it from any other machine on your network, then create a shared folder on your server and paste the access document in it. You then can access it by typing the following in the address bar of any machine on the network to access it '\\servername\c \shared_folder_ name\' or 'server_ip_addr ess\c\shared_fo lder_name\', this assumes the shared folder is on drive c.
If you want to access it frequently from a particular...Leave a comment:
-
Thank you very much for those ideas. I am currently working on changing direct pc printers to network printers. As for the creation of network diagrams, I am a novice in networking and would be glad if you can give me a link to any resource that might help. I am actually a programmer.
Once again thank you....Leave a comment:
-
Delays in connecting to printers on LAN
I am currently in charge of a very slow LAN comprising of 40 machines. I welcome any means of improving the speed on this network. My most pressing problem is with the printers on the network. They are mostly inaccessible by machines other than the ones they are connected to. Any suggestion would be welcomed.
Thank you all in advance. -
The new problem is when I run the report, a get a form asking me to complete the form below:
ServerName: C:\\test.mdb
Database:
Login ID: Admin
Password:
I have entered the database password a number of times but failed to connect the table involved to make the report visible...Leave a comment:
-
Thank you all.
I finally was enable to connect to my access database through crystal report.
The database name: is the path to the database file
User ID: not neccessary
Password: not neccessary
Jet System database: C:\Documents and Settings\Admini strator\Applica tion Data\Microsoft\ Access\System.m dw
Jet Database password: password of access file
I am now working on trying to display the crystal...Leave a comment:
-
Thank you all.
I finally was enable to connect to my access database through crystal report.
The database name: is the path to the database file
User ID: not neccessary
Password: not neccessary
Jet System database: C:\Documents and Settings\Admini strator\Applica tion Data\Microsoft\ Access\System.m dw
Jet Database password: password of access file
I am now working on trying to display the crystal...Leave a comment:
-
Thank you.
The actual problem is, I am connecting to a dsn through crystal report for the creation of my reports. I am thus worried about how the deployment is going to be without manually creating a dsn in the deployment environment.
Is there away to automate that process?
Personally I don't like the idea of connecting to a dsn to design my reports but tried connecting to the database directly (access database) but unsuccessful....Leave a comment:
-
You can try using session variable for passing values between pages.
For example when the link is clicked you can say
SESSION['myvar']=link.text
and then on the page where you want to access the clicked link say
variable=SESSIO N['myvar']Leave a comment:
-
create data source name (DSN) from command line
I need to create DSN from command line or command prompt for the deployment of my application.
Any help would be appreciated.
Thank you all in advance. -
The code I submitted works fine when connecting to ms sql server without the serverName and databaseName and even without user id on my system. But the problem is that I tried what you suggested and did not work because may be I am connecting an access database and not sql server. The second possibility may be how I connected to the database using crystal report.
If I connect using ODBC would I need to create the DSN on the deployment machine?...Leave a comment:
-
Thank you for the help. I tried using the idea to connect but I am not yet success. Please tell me what is wrong with this code bcus it fails to connect and I am prompted to provide the connection credentials.
/*
Note: I am using a passworded access database
(1) The code below fails to connect to the tables in the database and I don't know why.
(2) The second problem is the user id, what if someone logs in as a...Leave a comment:
-
-
Problem connecting to database using crystal report
Hi all,
Can anyone help me on how to create crystal reports in a .net windows application?
The problem is, i have an OleDbConnection object named 'conn' which I create dynamically to connect to an access database and i want to use this connection to create crystal reports.
I would welcome any help or alternative.
Thank you all in advance.
No activity results to display
Show More
Leave a comment: