all groups > vb.net data > february 2004 > threads for february 1 - 7, 2004
Filter by week: 1 2 3 4
Offline app
Posted by John at 2/7/2004 10:46:23 PM
Hi
I am looking for some information on how to do an app that can work off-line
like when the user disconnect the laptop from the network.
Thanks
Regards
... more >>
Shown Data Explorer in Visual Basic
Posted by A-PK at 2/6/2004 10:31:50 AM
Hi I wanna shown all my Data from SQL server to Visual Basic.net. could
someone guide me on that ? is there any object enable to do that.
SQL Server 2000
Database - contacts
2 tables - supplies and customers
now, i wanna to shown two folder on the screen.
name and numbers of the folders ba... more >>
Howto set DateTime to NULL
Posted by Reinhard Lehner at 2/5/2004 1:19:32 PM
Hi there,
how can I set a DateTime variable to Null using VB.Net?
Thank's
Reinhard
... more >>
Databinding & active row
Posted by T.Jackson at 2/5/2004 11:23:47 AM
Hi guys,
I'm new to .net & i've got a problem with regards to datasets & data
binding.
Here goes,
I've got a data grid & the active row (position) is the 3 row.
Now, i take this data set, & pass it to a seperate form, where i want to be
able to edit the details of this row.
So, in the load ... more >>
Error handling while reading data
Posted by Dave Taylor at 2/5/2004 8:42:24 AM
I have a routine which assigns object member variables from an SQLDataReader
object. If the column is empty (i.e. DBNull is returned), I want to ignore
the column. It seems awfully cumbersome to include every read statement in
an If Not IsDBNull(Reader("field")) Then....block.
My fallback po... more >>
How to make VB intepret the input as Hexadecimal?
Posted by hauyuanwen1980 NO[at]SPAM yahoo.com at 2/4/2004 7:29:58 PM
Hi, I am a new user to Visual Basic. I wish to ask how to enable user
to key in their value into textbox in hexadecimal.
For example: If user key in 'A' into textbox, the program will
intepret the 'A' as a binary bit = 1010 instead of intepret it as the
ascii code.
Thanks for solving my problem... more >>
@identity
Posted by simo sentissi at 2/4/2004 2:17:38 PM
hello !
I need to get the id (PK) of the just inserted row in a table. I am used to
use T-SQL so I always used the @identity. but now I am using another DB and
I want to chek it but I do not have stored procedures or anything. can smbdy
tell me if I can make it using ado.net instead ?
I am us... more >>
|