Click here to Skip to main content
16,013,207 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questioncan't update Pin
sathyan_829425-May-07 4:16
sathyan_829425-May-07 4:16 
AnswerRe: can't update Pin
Kschuler25-May-07 7:39
Kschuler25-May-07 7:39 
AnswerRe: can't update Pin
advansis25-May-07 8:26
advansis25-May-07 8:26 
QuestionIs this legal? Pin
Zaegra25-May-07 4:11
Zaegra25-May-07 4:11 
AnswerRe: Is this legal? Pin
Johan Hakkesteegt28-May-07 2:06
Johan Hakkesteegt28-May-07 2:06 
Questionconvert vb to .net Pin
koolprasad200325-May-07 3:20
professionalkoolprasad200325-May-07 3:20 
AnswerRe: convert vb to .net Pin
Dave Kreskowiak25-May-07 3:34
mveDave Kreskowiak25-May-07 3:34 
QuestionSetting a DataSet's Primary Key Pin
Quecumber25625-May-07 3:05
Quecumber25625-May-07 3:05 
Hi Everyone:
Thanks to Guffa and Dave Kreskowiak, the light of understanding finally broke through the fog in my head about the mechanics of the DataSet.

While exploring the internet trying to find some examples on the use of datasets and so forth I came across an artical saying to set the Autoincrement seed to zero and set the AutoincrementStep to minus one.

As I understand it records written to the dataset from the database will have positive numbering and new records added to the dataset will have negitive numbering.

So if I understand this right data returned from the database will look like:
1 Record 1
2 Record 2
3 Record 3
.
.
.


And new records appended to the dataset will look like:

-1 Record 4
-2 Record 5
-3 Record 6
.
.
.

Does anyone know the link to this artical? I spent a few hours yesterday afternoon trying to locate the artical, but I couldn't find it.

Thanks,

Quecumber256
QuestionManipulating options in Outlook using DoCmd.SendObject [modified] Pin
reegan4125-May-07 2:37
reegan4125-May-07 2:37 
QuestionTab Controls question Pin
reegan4125-May-07 2:29
reegan4125-May-07 2:29 
QuestionCrystal Report on Basis of Dataset having multiple tables Pin
Syed Ali Raza25-May-07 2:26
Syed Ali Raza25-May-07 2:26 
AnswerRe: Crystal Report on Basis of Dataset having multiple tables Pin
Rupesh Kumar Swami25-May-07 2:52
Rupesh Kumar Swami25-May-07 2:52 
GeneralRe: Crystal Report on Basis of Dataset having multiple tables Pin
Syed Ali Raza25-May-07 2:56
Syed Ali Raza25-May-07 2:56 
GeneralRe: Crystal Report on Basis of Dataset having multiple tables Pin
Syed Ali Raza25-May-07 3:33
Syed Ali Raza25-May-07 3:33 
GeneralRe: Crystal Report on Basis of Dataset having multiple tables Pin
Rupesh Kumar Swami25-May-07 4:24
Rupesh Kumar Swami25-May-07 4:24 
QuestionAutomate Microsoft Word From VB6 Pin
Carter Langley25-May-07 2:15
Carter Langley25-May-07 2:15 
AnswerRe: Automate Microsoft Word From VB6 Pin
Johan Hakkesteegt28-May-07 2:34
Johan Hakkesteegt28-May-07 2:34 
GeneralRe: Automate Microsoft Word From VB6 Pin
Carter Langley28-May-07 2:45
Carter Langley28-May-07 2:45 
GeneralRe: Automate Microsoft Word From VB6 Pin
Johan Hakkesteegt28-May-07 3:38
Johan Hakkesteegt28-May-07 3:38 
Questioninternetwritefile in vb.net Pin
psiva198425-May-07 2:03
psiva198425-May-07 2:03 
AnswerRe: internetwritefile in vb.net Pin
Dave Kreskowiak25-May-07 3:28
mveDave Kreskowiak25-May-07 3:28 
Questionquery related to vb Pin
Ms. Shaheen25-May-07 1:59
Ms. Shaheen25-May-07 1:59 
AnswerRe: query related to vb Pin
Carter Langley25-May-07 2:21
Carter Langley25-May-07 2:21 
Questionquery related to vb Pin
Ms. Shaheen25-May-07 1:58
Ms. Shaheen25-May-07 1:58 
AnswerRe: query related to vb Pin
Kschuler25-May-07 7:47
Kschuler25-May-07 7:47 

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.