D
Dave
I have a c# program that uses an sql database. when I run
my program on my local area network, everything is fine,
my data grid loads up data. when I access the same file
through the internet, it does not work. My datagrid on
any sql functions dont work at all. The SQL connection
statment I use is :
this.sqlConnection1.ConnectionString
= "Server=AEA7FS;Database=AVRSQL;Trusted_Connection=True;"
;
I even tried substituting and ip address instead of the
server name and still my program does not work. If you
have time, please try and run it from my server...
http://69.33.85.153/tester001.exe
and you will see, after you click on the search button,
it waits a while and then says I have an invalid query.
Now if I run my program right on my local area network,
everything is fine!! Please someone enlighten me!! Thanks.
Dave
my program on my local area network, everything is fine,
my data grid loads up data. when I access the same file
through the internet, it does not work. My datagrid on
any sql functions dont work at all. The SQL connection
statment I use is :
this.sqlConnection1.ConnectionString
= "Server=AEA7FS;Database=AVRSQL;Trusted_Connection=True;"
;
I even tried substituting and ip address instead of the
server name and still my program does not work. If you
have time, please try and run it from my server...
http://69.33.85.153/tester001.exe
and you will see, after you click on the search button,
it waits a while and then says I have an invalid query.
Now if I run my program right on my local area network,
everything is fine!! Please someone enlighten me!! Thanks.
Dave