Click here to Skip to main content
15,923,789 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Which one is the best for oracle server? System.Data.OleDb or System.Data.OracleClient??????? Pin
Steven J Jowett12-Feb-10 5:21
Steven J Jowett12-Feb-10 5:21 
GeneralRe: Which one is the best for oracle server? System.Data.OleDb or System.Data.OracleClient??????? Pin
Аslam Iqbal12-Feb-10 6:43
professionalАslam Iqbal12-Feb-10 6:43 
GeneralRe: Which one is the best for oracle server? System.Data.OleDb or System.Data.OracleClient??????? Pin
Steven J Jowett12-Feb-10 7:06
Steven J Jowett12-Feb-10 7:06 
AnswerRe: Which one is the best for oracle server? System.Data.OleDb or System.Data.OracleClient??????? Pin
Eddy Vluggen12-Feb-10 5:23
professionalEddy Vluggen12-Feb-10 5:23 
GeneralRe: Which one is the best for oracle server? System.Data.OleDb or System.Data.OracleClient??????? Pin
Аslam Iqbal12-Feb-10 6:44
professionalАslam Iqbal12-Feb-10 6:44 
GeneralRe: Which one is the best for oracle server? System.Data.OleDb or System.Data.OracleClient??????? Pin
Eddy Vluggen12-Feb-10 7:06
professionalEddy Vluggen12-Feb-10 7:06 
QuestionGenerating Auto Invoice Numbers() - In Users Network Pin
Paramu197312-Feb-10 3:56
Paramu197312-Feb-10 3:56 
AnswerRe: Generating Auto Invoice Numbers() - In Users Network Pin
David Mujica12-Feb-10 5:21
David Mujica12-Feb-10 5:21 
Classic problem.

My recommendation is not to "reserve" invoice numbers, but just create a transaction which will save the data and generate the invoice number at that time.

If you are using SQL Server, you can define a field to be an "Identity" column which will automatically generate the next available number for you.

The other way of handling this is to create a small table call it "Sequences" with columns, "Seq Name","Next Number" and you can use it to hold the next available invoice number.

Hope this helps. Smile | :)
QuestionIs Datagridview row filtered? Pin
cstrader23212-Feb-10 2:42
cstrader23212-Feb-10 2:42 
AnswerRe: Is Datagridview row filtered? Pin
Dave Kreskowiak12-Feb-10 2:53
mveDave Kreskowiak12-Feb-10 2:53 
QuestionVB6 Button Color Pin
Jaison V12-Feb-10 2:12
Jaison V12-Feb-10 2:12 
AnswerRe: VB6 Button Color Pin
CPallini12-Feb-10 2:36
mveCPallini12-Feb-10 2:36 
GeneralRe: VB6 Button Color Pin
Jaison V12-Feb-10 2:51
Jaison V12-Feb-10 2:51 
GeneralRe: VB6 Button Color Pin
Doctor Nick12-Feb-10 3:01
Doctor Nick12-Feb-10 3:01 
GeneralRe: VB6 Button Color Pin
Jaison V12-Feb-10 4:08
Jaison V12-Feb-10 4:08 
GeneralRe: VB6 Button Color Pin
Doctor Nick12-Feb-10 4:17
Doctor Nick12-Feb-10 4:17 
AnswerRe: VB6 Button Color Pin
Dave Kreskowiak12-Feb-10 2:44
mveDave Kreskowiak12-Feb-10 2:44 
QuestionDifferent ADO.net Db Update Methods-What is better? Pin
gengel11-Feb-10 22:59
gengel11-Feb-10 22:59 
AnswerRe: Different ADO.net Db Update Methods-What is better? Pin
Wayne Gaylard12-Feb-10 0:24
professionalWayne Gaylard12-Feb-10 0:24 
QuestionJoin access table to sql server Pin
C#Coudou11-Feb-10 15:28
C#Coudou11-Feb-10 15:28 
AnswerRe: Join access table to sql server Pin
Mycroft Holmes11-Feb-10 15:55
professionalMycroft Holmes11-Feb-10 15:55 
GeneralRe: Join access table to sql server Pin
C#Coudou11-Feb-10 17:38
C#Coudou11-Feb-10 17:38 
QuestionHow do I call a method from a worker thread on the master thread? Pin
BlackCatDeveloper11-Feb-10 12:04
BlackCatDeveloper11-Feb-10 12:04 
QuestionApplication or setup Pin
Gagan.2011-Feb-10 3:00
Gagan.2011-Feb-10 3:00 
AnswerRe: Application or setup Pin
Dave Kreskowiak11-Feb-10 4:30
mveDave Kreskowiak11-Feb-10 4:30 

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.