Click here to Skip to main content
15,902,832 members
Home / Discussions / C#
   

C#

 
GeneralRe: TreeNodes Pin
g00fyman27-Sep-05 2:45
g00fyman27-Sep-05 2:45 
Questionhorizontal scrolling Pin
g00fyman27-Sep-05 1:22
g00fyman27-Sep-05 1:22 
AnswerRe: horizontal scrolling Pin
Christian Graus27-Sep-05 1:42
protectorChristian Graus27-Sep-05 1:42 
GeneralRe: horizontal scrolling Pin
g00fyman27-Sep-05 1:50
g00fyman27-Sep-05 1:50 
GeneralRe: horizontal scrolling Pin
Christian Graus27-Sep-05 2:11
protectorChristian Graus27-Sep-05 2:11 
GeneralRe: horizontal scrolling Pin
g00fyman27-Sep-05 2:29
g00fyman27-Sep-05 2:29 
QuestionXtending Stylesheets Pin
Member 194743127-Sep-05 0:56
Member 194743127-Sep-05 0:56 
QuestionSystem.Data.SqlClient.SqlException Pin
signbit27-Sep-05 0:36
signbit27-Sep-05 0:36 
I have the following code:

this.providersAdapter = new SqlDataAdapter("SELECT * FROM Providers", this.dbCon);
this.providersTable = new DataTable();
providersAdapter.Fill(this.providersTable); // an exception occurs on this line


When I run this code, an exception occurs on the line marked above, it says

An unhandled exception of type System.Data.SqlCliend.SqlException occured in System.data.dll

Additional Information: System error.


it's driving me crazy, any information is highly appreciated...

- A programmer's national anthem; "AAAAAHHHHH!!!!"
Questioncustom button component Pin
ppp00127-Sep-05 0:17
ppp00127-Sep-05 0:17 
AnswerRe: custom button component Pin
seee sharp27-Sep-05 0:25
seee sharp27-Sep-05 0:25 
QuestionDatabase Error Pin
AshishBasran27-Sep-05 0:00
sussAshishBasran27-Sep-05 0:00 
Questionrunning a javascript every time a button with autopostback is clicked Pin
livez26-Sep-05 23:58
livez26-Sep-05 23:58 
AnswerRe: running a javascript every time a button with autopostback is clicked Pin
Christian Graus27-Sep-05 0:30
protectorChristian Graus27-Sep-05 0:30 
GeneralRe: running a javascript every time a button with autopostback is clicked Pin
livez27-Sep-05 1:24
livez27-Sep-05 1:24 
QuestionKeyboard control Pin
J Liang26-Sep-05 23:33
J Liang26-Sep-05 23:33 
AnswerRe: Keyboard control Pin
Lapje28-Sep-05 4:09
Lapje28-Sep-05 4:09 
QuestionBreakpoint don't work :( WHY??? HELP!!! Pin
yarns26-Sep-05 23:17
yarns26-Sep-05 23:17 
AnswerRe: Breakpoint don't work :( WHY??? HELP!!! Pin
Christian Graus27-Sep-05 0:30
protectorChristian Graus27-Sep-05 0:30 
GeneralRe: Breakpoint don't work :( WHY??? HELP!!! Pin
yarns27-Sep-05 1:31
yarns27-Sep-05 1:31 
GeneralRe: Breakpoint don't work :( WHY??? HELP!!! Pin
Christian Graus27-Sep-05 1:34
protectorChristian Graus27-Sep-05 1:34 
GeneralRe: Breakpoint don't work :( WHY??? HELP!!! Pin
mav.northwind27-Sep-05 1:37
mav.northwind27-Sep-05 1:37 
GeneralRe: Breakpoint don't work :( WHY??? HELP!!! Pin
yarns27-Sep-05 1:51
yarns27-Sep-05 1:51 
GeneralRe: Breakpoint don't work :( WHY??? HELP!!! Pin
mav.northwind27-Sep-05 2:06
mav.northwind27-Sep-05 2:06 
GeneralRe: Breakpoint don't work :( WHY??? HELP!!! Pin
yarns27-Sep-05 5:02
yarns27-Sep-05 5:02 
AnswerRe: Breakpoint don't work :( WHY??? HELP!!! Pin
S. Senthil Kumar27-Sep-05 3:01
S. Senthil Kumar27-Sep-05 3:01 

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.