Click here to Skip to main content
15,915,019 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: An application within an application... Pin
Brad Fackrell10-Aug-04 8:38
Brad Fackrell10-Aug-04 8:38 
Generaldata grid styles Pin
kowplunk10-Aug-04 4:20
kowplunk10-Aug-04 4:20 
GeneralRe: data grid styles Pin
Jim Matthews11-Aug-04 3:31
Jim Matthews11-Aug-04 3:31 
GeneralRe: data grid styles Pin
kowplunk11-Aug-04 6:20
kowplunk11-Aug-04 6:20 
GeneralCode to Read xsd schema file In vb. Pin
Purushot10-Aug-04 1:50
Purushot10-Aug-04 1:50 
GeneralProblem with ResultView panes Pin
raheela10-Aug-04 1:04
raheela10-Aug-04 1:04 
GeneralTab allignment Pin
alok007200010-Aug-04 0:48
alok007200010-Aug-04 0:48 
GeneralSqlcommand Pin
Timmie_N9-Aug-04 23:30
sussTimmie_N9-Aug-04 23:30 
I would like to get info from my DB that im dont with but now i want to get info that is between do specified dates for exampel: info between 2004-06-25 to 2004-07-15
In my DB i do log the dates.
This is my code i use now:

Private Sub DataGridUpdatePrint()
Dim dbconn, sql, dbcomm
Dim dbread As SqlDataReader

Try
SqlPrintConn.Open()

dbread = SqlPrintCom.ExecuteReader()
If dbread.HasRows() Then
OrderPrintRepeater.DataSource = dbread
OrderPrintRepeater.DataBind()
End If

Finally

dbread.Close()

SqlPrintConn.Close()

End Try
End Sub

Thanks to that person that can help me...

/ Timmie
GeneralRe: Sqlcommand Pin
Dave Kreskowiak10-Aug-04 3:11
mveDave Kreskowiak10-Aug-04 3:11 
GeneralAny body master in Datagrid please Help me... Pin
irshu9-Aug-04 23:23
irshu9-Aug-04 23:23 
GeneralRe: Any body master in Datagrid please Help me... Pin
ramaseb11-Aug-04 23:40
ramaseb11-Aug-04 23:40 
GeneralAny body master in Datagrid please Help me... Pin
irshu9-Aug-04 23:22
irshu9-Aug-04 23:22 
Generallaunching msg file at loading Pin
vancouver7779-Aug-04 22:40
vancouver7779-Aug-04 22:40 
Generali want to convert form doc file to html file Pin
Ashraf Fathy9-Aug-04 21:30
Ashraf Fathy9-Aug-04 21:30 
GeneralRe: i want to convert form doc file to html file Pin
Syed Abdul Khader10-Aug-04 1:23
Syed Abdul Khader10-Aug-04 1:23 
GeneralRe: i want to convert form doc file to html file Pin
Dave Kreskowiak10-Aug-04 1:25
mveDave Kreskowiak10-Aug-04 1:25 
GeneralVB Excel Changing color of Cell lettering color when out of range Pin
mitreviper9-Aug-04 20:24
mitreviper9-Aug-04 20:24 
Questionhow to return values between two forms Pin
Lisana9-Aug-04 10:58
Lisana9-Aug-04 10:58 
AnswerRe: how to return values between two forms Pin
skytribe9-Aug-04 11:16
skytribe9-Aug-04 11:16 
GeneralRe: how to return values between two forms Pin
Lisana10-Aug-04 2:45
Lisana10-Aug-04 2:45 
GeneralDynamically screen resolution... need help Pin
AbuFahed9-Aug-04 9:03
AbuFahed9-Aug-04 9:03 
GeneralManipulating a hashtable Pin
woaksie9-Aug-04 8:38
woaksie9-Aug-04 8:38 
GeneralRe: Manipulating a hashtable Pin
Steven Campbell9-Aug-04 10:13
Steven Campbell9-Aug-04 10:13 
GeneralRe: Manipulating a hashtable Pin
normanordas10-Aug-04 21:13
normanordas10-Aug-04 21:13 
GeneralSave a MS Word shape as an image Pin
smritiy9-Aug-04 8:38
smritiy9-Aug-04 8:38 

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.