Click here to Skip to main content
15,914,905 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Sorting a one-dimensional array Pin
maddogjbm12-Nov-06 11:46
maddogjbm12-Nov-06 11:46 
QuestionMulti-Language Implementation Pin
Syed Shahid Hussain12-Nov-06 8:17
Syed Shahid Hussain12-Nov-06 8:17 
QuestionVB.net multithreading [modified] Pin
Ahmad Jaseem12-Nov-06 6:22
Ahmad Jaseem12-Nov-06 6:22 
AnswerRe: VB.net multithreading Pin
Ahmad Jaseem13-Nov-06 2:55
Ahmad Jaseem13-Nov-06 2:55 
Questionarray in a db Pin
charchabil0312-Nov-06 4:35
charchabil0312-Nov-06 4:35 
AnswerRe: array in a db Pin
Guffa12-Nov-06 6:11
Guffa12-Nov-06 6:11 
Questionvb.net Sql server auto number Pin
charchabil0312-Nov-06 3:55
charchabil0312-Nov-06 3:55 
AnswerRe: vb.net Sql server auto number Pin
Duncan Edwards Jones12-Nov-06 5:36
professionalDuncan Edwards Jones12-Nov-06 5:36 
If the field employeeid is defined as an IDENTITY field then the numbering is taken care of by sql server - you just need to insert the other field...

e.g.
INSERT INTO Employee (name) VALUE ('ramy')

Then you can find out what the identity of the most recent field added in your code by using the IDENT_CURRENT('Employee') syntax.


'--8<------------------------
Ex Datis:
Duncan Jones
Merrion Computing Ltd

AnswerRe: vb.net Sql server auto number Pin
charchabil0312-Nov-06 6:08
charchabil0312-Nov-06 6:08 
Question"How can I pass jbyte * from VC++ to VB?" Pin
Orchid8511-Nov-06 21:42
Orchid8511-Nov-06 21:42 
AnswerRe: "How can I pass jbyte * from VC++ to VB?" Pin
Christian Graus12-Nov-06 6:49
protectorChristian Graus12-Nov-06 6:49 
QuestionHow can I change file time easily...(setfiletime) Pin
toeh11-Nov-06 13:11
toeh11-Nov-06 13:11 
AnswerRe: How can I change file time easily...(setfiletime) Pin
Guffa11-Nov-06 14:01
Guffa11-Nov-06 14:01 
Questioncurson location Pin
charchabil0311-Nov-06 10:40
charchabil0311-Nov-06 10:40 
AnswerRe: curson location Pin
MatrixCoder11-Nov-06 17:54
MatrixCoder11-Nov-06 17:54 
AnswerRe: curson location Pin
charchabil0313-Nov-06 1:09
charchabil0313-Nov-06 1:09 
GeneralRe: curson location Pin
MatrixCoder13-Nov-06 7:56
MatrixCoder13-Nov-06 7:56 
GeneralRe: curson location Pin
charchabil0313-Nov-06 11:01
charchabil0313-Nov-06 11:01 
QuestionHow to make the program with multi language ????? any Kind program come Pin
kindman_nb11-Nov-06 7:05
kindman_nb11-Nov-06 7:05 
AnswerRe: How to make the program with multi language ????? any Kind program come Pin
kindman_nb12-Nov-06 7:58
kindman_nb12-Nov-06 7:58 
GeneralRe: How to make the program with multi language ????? any Kind program come Pin
Syed Shahid Hussain12-Nov-06 8:28
Syed Shahid Hussain12-Nov-06 8:28 
GeneralUntil i will use it ,,,, thanks Syed Pin
kindman_nb12-Nov-06 19:04
kindman_nb12-Nov-06 19:04 
Question"what is data type conversion between VB and VC++?" Pin
Orchid8511-Nov-06 1:58
Orchid8511-Nov-06 1:58 
AnswerRe: "what is data type conversion between VB and VC++?" Pin
Kevin McFarlane11-Nov-06 3:29
Kevin McFarlane11-Nov-06 3:29 
GeneralRe: "what is data type conversion between VB and VC++?" Pin
Orchid8511-Nov-06 4:31
Orchid8511-Nov-06 4:31 

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.