Click here to Skip to main content
15,910,878 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: Timer with Date function Pin
Xooku13-Jan-08 18:03
Xooku13-Jan-08 18:03 
GeneralRe: Timer with Date function Pin
Dave Kreskowiak14-Jan-08 1:43
mveDave Kreskowiak14-Jan-08 1:43 
GeneralRe: Timer with Date function Pin
Xooku14-Jan-08 17:35
Xooku14-Jan-08 17:35 
QuestionRe: Timer with Date function Pin
Xooku16-Jan-08 22:30
Xooku16-Jan-08 22:30 
QuestionRe: Timer with Date function Pin
Xooku20-Jan-08 18:52
Xooku20-Jan-08 18:52 
QuestionMonitoring Power status on Laptop Pin
aspireneo10-Jan-08 0:40
aspireneo10-Jan-08 0:40 
GeneralRe: Monitoring Power status on Laptop Pin
Dave Kreskowiak10-Jan-08 2:05
mveDave Kreskowiak10-Jan-08 2:05 
QuestionHow to load record into a dataset??? Pin
Support1239-Jan-08 20:17
Support1239-Jan-08 20:17 
Sorry, me again...

I thought of something.

How would one go about loading data from a select statement... like this one:

<br />
Dim connectionString As String = "Initial Catalog=DBName;Data Source=InstanceName;Integrated Security=SSPI;"<br />
        Dim cn As SqlConnection = New SqlConnection(connectionString)<br />
        Dim sqlCommand As SqlCommand = New SqlCommand("SELECT * FROM StagingEmployer ORDER BY StagingDate", cn)<br />
        cn.Open()<br />
        Dim TestRowset As SqlDataReader = sqlCommand.ExecuteReader()<br />


Into a dataset. Then you can close the connection to the database... and work with the sorted data in the dataset???

I need help on this matter please.

Thank you in advance Smile | :)

"Many of life's failures are people who did not realize how close they were to success when they gave up." Thomas A. Edison

AnswerHow to READ record FROM a dataset??? Pin
Support1239-Jan-08 22:32
Support1239-Jan-08 22:32 
GeneralRe: How to READ record FROM a dataset??? Pin
Support1239-Jan-08 23:28
Support1239-Jan-08 23:28 
GeneralRe: How to READ record FROM a dataset??? Pin
ChandraRam10-Jan-08 1:39
ChandraRam10-Jan-08 1:39 
AnswerRe: How to READ record FROM a dataset??? Pin
Support12310-Jan-08 3:18
Support12310-Jan-08 3:18 
GeneralRe: How to READ record FROM a dataset??? Pin
Support12310-Jan-08 3:21
Support12310-Jan-08 3:21 
GeneralRe: How to READ record FROM a dataset??? Pin
Dave Kreskowiak10-Jan-08 4:07
mveDave Kreskowiak10-Jan-08 4:07 
GeneralRe: How to READ record FROM a dataset??? Pin
Support12310-Jan-08 18:40
Support12310-Jan-08 18:40 
GeneralRe: How to READ record FROM a dataset??? Pin
Dave Kreskowiak11-Jan-08 1:28
mveDave Kreskowiak11-Jan-08 1:28 
GeneralRe: How to READ record FROM a dataset??? Pin
ChandraRam10-Jan-08 4:17
ChandraRam10-Jan-08 4:17 
GeneralHelp me on migration issues. Pin
soniasan9-Jan-08 19:10
soniasan9-Jan-08 19:10 
GeneralRe: Help me on migration issues. Pin
Dave Kreskowiak10-Jan-08 2:04
mveDave Kreskowiak10-Jan-08 2:04 
QuestionPlease help with database connection and querries that need to be run on sql server 2005 through vb.net Pin
Support1239-Jan-08 19:01
Support1239-Jan-08 19:01 
QuestionRe: Please help with database connection and querries that need to be run on sql server 2005 through vb.net Pin
Support1239-Jan-08 19:07
Support1239-Jan-08 19:07 
QuestionRe: Please help with database connection and querries that need to be run on sql server 2005 through vb.net Pin
Support1239-Jan-08 19:22
Support1239-Jan-08 19:22 
GeneralRe: Please help with database connection and querries that need to be run on sql server 2005 through vb.net Pin
KarstenK9-Jan-08 21:28
mveKarstenK9-Jan-08 21:28 
GeneralRe: Please help with database connection and querries that need to be run on sql server 2005 through vb.net Pin
Support1239-Jan-08 21:32
Support1239-Jan-08 21:32 
Questionsecurity issue Pin
Tauseef A9-Jan-08 18:45
Tauseef A9-Jan-08 18:45 

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.