Click here to Skip to main content
15,926,703 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Remoting Service Question Pin
kubben31-May-07 7:58
kubben31-May-07 7:58 
QuestionHow to display the image in VB 6.0 Pin
AR Reddy31-May-07 7:29
AR Reddy31-May-07 7:29 
AnswerRe: How to display the image in VB 6.0 Pin
Dave Kreskowiak31-May-07 7:39
mveDave Kreskowiak31-May-07 7:39 
AnswerRe: How to display the image in VB 6.0 Pin
Billypon31-May-07 16:01
Billypon31-May-07 16:01 
GeneralRe: How to display the image in VB 6.0 Pin
AR Reddy31-May-07 18:54
AR Reddy31-May-07 18:54 
GeneralRe: How to display the image in VB 6.0 [modified] Pin
Billypon1-Jun-07 16:15
Billypon1-Jun-07 16:15 
QuestionAdding or Deleting an Access Table during an Update Pin
RichFeldman31-May-07 7:09
RichFeldman31-May-07 7:09 
AnswerRe: Adding or Deleting an Access Table during an Update Pin
Dave Kreskowiak31-May-07 7:20
mveDave Kreskowiak31-May-07 7:20 
During an Update call on the DataAdapter?? This cannot be done. You'd have to supply code to examine each record in the DataSet/DataTable you're Updating and commit the changes to the database yourself, supplying the extra code to create or delete new tables during the process.

Access does respond to the usual SQL commands CREATE TABLE[^]and DROP TABLE[^]. You'd also have to include the field definitions in the CREATE TABLE statement. Executing the SQL command would just involve creating and properly setting up both an OleDbConnection and OleDbCommand object, opening the connection, calling ExecuteNonQuery on the command object, then closing the connection.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


Questionhow to validate a textbox accordingly to MM/DD/YYYY Format Pin
pashitech31-May-07 6:29
pashitech31-May-07 6:29 
AnswerRe: how to validate a textbox accordingly to MM/DD/YYYY Format Pin
Dave Kreskowiak31-May-07 7:14
mveDave Kreskowiak31-May-07 7:14 
QuestionHelp: Creating VB text based game log in screen Pin
jblouir31-May-07 6:14
jblouir31-May-07 6:14 
AnswerRe: Help: Creating VB text based game log in screen Pin
Dave Kreskowiak31-May-07 7:03
mveDave Kreskowiak31-May-07 7:03 
GeneralRe: Help: Creating VB text based game log in screen Pin
jblouir31-May-07 9:09
jblouir31-May-07 9:09 
GeneralRe: Help: Creating VB text based game log in screen Pin
Dave Kreskowiak31-May-07 9:27
mveDave Kreskowiak31-May-07 9:27 
QuestionReplace blank characters in a text file. Pin
Diego F.31-May-07 6:09
Diego F.31-May-07 6:09 
AnswerRe: Replace blank characters in a text file. Pin
Dave Kreskowiak31-May-07 6:32
mveDave Kreskowiak31-May-07 6:32 
GeneralRe: Replace blank characters in a text file. Pin
Diego F.31-May-07 6:40
Diego F.31-May-07 6:40 
GeneralRe: Replace blank characters in a text file. Pin
Dave Kreskowiak31-May-07 6:57
mveDave Kreskowiak31-May-07 6:57 
GeneralRe: Replace blank characters in a text file. Pin
Diego F.31-May-07 6:59
Diego F.31-May-07 6:59 
AnswerRe: Replace blank characters in a text file. Pin
Diego F.31-May-07 6:58
Diego F.31-May-07 6:58 
GeneralRe: Replace blank characters in a text file. Pin
Dave Kreskowiak31-May-07 7:05
mveDave Kreskowiak31-May-07 7:05 
QuestionConvert selectedindex value to an email recipient Pin
archangel71731-May-07 5:49
archangel71731-May-07 5:49 
AnswerRe: Convert selectedindex value to an email recipient Pin
Dave Kreskowiak31-May-07 6:39
mveDave Kreskowiak31-May-07 6:39 
GeneralRe: Convert selectedindex value to an email recipient Pin
archangel71731-May-07 8:20
archangel71731-May-07 8:20 
QuestionQ Pin
Marwan Ekwanin31-May-07 5:38
Marwan Ekwanin31-May-07 5:38 

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.