VB 2008 express:
This afternoon (using all day) no matter what changes I make to the code or design, my VB application stays the same when debugged or published.
I can even go in and delete EVERY line of code and it still runs (Debugging) and publishes just fine.
Bad code will not show as...
All Done Local on computer that has both VB2008 Express and SQL 2008 Express installed on it.
If my connection string looks like the following it WORKS.
Data Source=.\SQLEXPRESS;AttachDbFilename="C:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\DATA\SSPE_InterCOMM.mdf";Integrated...
VB2008Express
I have a DataGridView bound to a database:
Me.mydata.Fill(Me.mydataDataSet4.myinfo)
What is the best method to move rows up/down using the mouse to manually re-sort.
Thanks in advance!
VB2008Express
I have a DataGridView bound to a database which sorts by print date (ex. 09/25/2009).
Me.mydata.Fill(Me.mydataDataSet4.myinfo)
Me.mydataBindingSource.Sort = "print date"
The data base consists of past, current and future jobs. Currently I scroll down through the list of past jobs...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.