Click here to Skip to main content
15,902,189 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: vb.net voice chat Pin
Colin Angus Mackay24-May-07 4:57
Colin Angus Mackay24-May-07 4:57 
GeneralRe: vb.net voice chat Pin
Johan Hakkesteegt25-May-07 0:45
Johan Hakkesteegt25-May-07 0:45 
QuestionRetrieving Windows User name/ID Pin
robw188824-May-07 4:35
robw188824-May-07 4:35 
AnswerRe: Retrieving Windows User name/ID Pin
Dave Kreskowiak24-May-07 5:37
mveDave Kreskowiak24-May-07 5:37 
GeneralRe: Retrieving Windows User name/ID Pin
robw188824-May-07 5:41
robw188824-May-07 5:41 
AnswerRe: Retrieving Windows User name/ID Pin
Dave Herren24-May-07 6:13
Dave Herren24-May-07 6:13 
QuestionStill having a problem using DataSets Pin
Quecumber25624-May-07 4:24
Quecumber25624-May-07 4:24 
AnswerRe: Still having a problem using DataSets Pin
Guffa24-May-07 6:40
Guffa24-May-07 6:40 
There is nothing to fix. You just have to realise that there is a difference between the key values in the database, and the key values that the dataset uses to identify the records before they have been added to the database.

The dataset could use a method to create key values that is more like the method that the database uses, but that would only mean that the values would end up the same more often, but not always. There is no telling what the key value will be in the database until you have actually added the record to the database.

Also, the key field doesn't always increment by one. It can be set to start at any value and increment by any value, or even pick a random number.

---
single minded; short sighted; long gone;

GeneralRe: Still having a problem using DataSets Pin
Quecumber25624-May-07 6:56
Quecumber25624-May-07 6:56 
GeneralRe: Still having a problem using DataSets Pin
Dave Kreskowiak24-May-07 7:02
mveDave Kreskowiak24-May-07 7:02 
GeneralRe: Still having a problem using DataSets Pin
Quecumber25624-May-07 7:35
Quecumber25624-May-07 7:35 
GeneralRe: Still having a problem using DataSets Pin
Dave Kreskowiak24-May-07 7:44
mveDave Kreskowiak24-May-07 7:44 
GeneralRe: Still having a problem using DataSets Pin
Quecumber25624-May-07 8:39
Quecumber25624-May-07 8:39 
Questionbinding crystal report fiels at run time Pin
Ajeet mittal24-May-07 4:21
Ajeet mittal24-May-07 4:21 
AnswerRe: binding crystal report fiels at run time Pin
Steven J Jowett24-May-07 4:28
Steven J Jowett24-May-07 4:28 
AnswerRe: binding crystal report fiels at run time Pin
Rupesh Kumar Swami24-May-07 4:38
Rupesh Kumar Swami24-May-07 4:38 
QuestionHow to allocate memory in VB 6.0 Pin
AR Reddy24-May-07 3:02
AR Reddy24-May-07 3:02 
AnswerRe: How to allocate memory in VB 6.0 Pin
Dave Herren24-May-07 4:21
Dave Herren24-May-07 4:21 
GeneralRe: How to allocate memory in VB 6.0 Pin
Dave Kreskowiak24-May-07 5:33
mveDave Kreskowiak24-May-07 5:33 
AnswerRe: How to allocate memory in VB 6.0 Pin
Dave Kreskowiak24-May-07 5:32
mveDave Kreskowiak24-May-07 5:32 
GeneralRe: How to allocate memory in VB 6.0 Pin
AR Reddy24-May-07 18:58
AR Reddy24-May-07 18:58 
GeneralRe: How to allocate memory in VB 6.0 Pin
Dave Kreskowiak25-May-07 11:52
mveDave Kreskowiak25-May-07 11:52 
Questionset image for Label Dynamically Pin
Rupesh Kumar Swami24-May-07 2:36
Rupesh Kumar Swami24-May-07 2:36 
AnswerRe: set image for Label Dynamically Pin
alhokail24-May-07 12:45
alhokail24-May-07 12:45 
GeneralRe: set image for Label Dynamically Pin
Rupesh Kumar Swami24-May-07 21:55
Rupesh Kumar Swami24-May-07 21:55 

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.