Click here to Skip to main content
15,910,211 members
Home / Discussions / Database
   

Database

 
Generalusing msado15 without absolute path. Pin
umarcool22-Sep-03 0:25
umarcool22-Sep-03 0:25 
GeneralDataBindings Pin
bordonhos21-Sep-03 22:45
bordonhos21-Sep-03 22:45 
Generaldisplay data Pin
ranjjj20-Sep-03 23:22
ranjjj20-Sep-03 23:22 
GeneralMultiple SQL Query Pin
MKlucher20-Sep-03 10:21
MKlucher20-Sep-03 10:21 
GeneralRe: Multiple SQL Query Pin
Ian Darling20-Sep-03 11:44
Ian Darling20-Sep-03 11:44 
GeneralRe: Multiple SQL Query Pin
MKlucher20-Sep-03 19:40
MKlucher20-Sep-03 19:40 
Generalconnection problem, error message Pin
Giovanni Bejarasco19-Sep-03 6:11
Giovanni Bejarasco19-Sep-03 6:11 
GeneralRe: connection problem, error message Pin
Mike Dimmick20-Sep-03 12:34
Mike Dimmick20-Sep-03 12:34 
This is more of a .NET Framework question.

IIRC, the ADO.NET classes (I assume you're using SqlConnection) only allow access - using the CLR's code access security model - if the executable was loaded from the local hard disk.

It sounds like you're actually loading the executable across the network. This places the code in the Local Intranet rather than the My Computer security zone, and hence you don't have permission to use SqlConnection.

Copy the executable to the computer's hard disk, and it ought to work.
GeneralRe: connection problem, error message Pin
Giovanni Bejarasco23-Sep-03 18:15
Giovanni Bejarasco23-Sep-03 18:15 
GeneralWinforms - Connecting to SQL database on another intranet PC Pin
sunny12318-Sep-03 21:53
sunny12318-Sep-03 21:53 
GeneralRe: Winforms - Connecting to SQL database on another intranet PC Pin
Arjan Einbu18-Sep-03 22:30
Arjan Einbu18-Sep-03 22:30 
GeneralRe: Winforms - Connecting to SQL database on another intranet PC Pin
sunny12319-Sep-03 2:33
sunny12319-Sep-03 2:33 
GeneralRe: Winforms - Connecting to SQL database on another intranet PC Pin
Rob Graham20-Sep-03 18:07
Rob Graham20-Sep-03 18:07 
GeneralRe: Winforms - Connecting to SQL database on another intranet PC Pin
sunny12320-Sep-03 20:13
sunny12320-Sep-03 20:13 
GeneralRe: Winforms - Connecting to SQL database on another intranet PC Pin
Braulio Dez22-Sep-03 5:24
Braulio Dez22-Sep-03 5:24 
GeneralPlease help: Converting from SQL server 2000 to sql 7.0 Pin
Hoornet9318-Sep-03 21:13
Hoornet9318-Sep-03 21:13 
GeneralRe: Please help: Converting from SQL server 2000 to sql 7.0 Pin
Steve S18-Sep-03 22:13
Steve S18-Sep-03 22:13 
GeneralRe: Please help: Converting from SQL server 2000 to sql 7.0 Pin
Hoornet9318-Sep-03 22:37
Hoornet9318-Sep-03 22:37 
GeneralRe: Please help: Converting from SQL server 2000 to sql 7.0 Pin
Steve S19-Sep-03 1:27
Steve S19-Sep-03 1:27 
GeneralRe: Please help: Converting from SQL server 2000 to sql 7.0 Pin
Arjan Einbu18-Sep-03 22:32
Arjan Einbu18-Sep-03 22:32 
GeneralRe: Please help: Converting from SQL server 2000 to sql 7.0 Pin
Hoornet9318-Sep-03 22:39
Hoornet9318-Sep-03 22:39 
GeneralRe: Please help: Converting from SQL server 2000 to sql 7.0 Pin
Arjan Einbu19-Sep-03 0:34
Arjan Einbu19-Sep-03 0:34 
GeneralCheck table exist not Pin
WoonLeng18-Sep-03 18:32
WoonLeng18-Sep-03 18:32 
GeneralRe: Check table exist not Pin
Arjan Einbu18-Sep-03 22:36
Arjan Einbu18-Sep-03 22:36 
GeneralRe: Check table exist not Pin
Giovanni Bejarasco19-Sep-03 6:14
Giovanni Bejarasco19-Sep-03 6:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.