Click here to Skip to main content
16,010,268 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: FTP [modified] Pin
Sharma Nakul4-Jun-07 3:34
Sharma Nakul4-Jun-07 3:34 
GeneralRe: FTP Pin
Dave Kreskowiak4-Jun-07 13:27
mveDave Kreskowiak4-Jun-07 13:27 
QuestionNeed Help With Buttons and Panels Pin
LAPEC2-Jun-07 3:15
LAPEC2-Jun-07 3:15 
AnswerRe: Need Help With Buttons and Panels Pin
Dave Kreskowiak2-Jun-07 9:19
mveDave Kreskowiak2-Jun-07 9:19 
Questioncan i programatically enable the macro of word2003... Pin
koolprasad20032-Jun-07 2:24
professionalkoolprasad20032-Jun-07 2:24 
AnswerRe: can i programatically enable the macro of word2003... Pin
Dave Kreskowiak2-Jun-07 9:16
mveDave Kreskowiak2-Jun-07 9:16 
QuestionAutomating Database connection Pin
ips_sun2-Jun-07 0:13
ips_sun2-Jun-07 0:13 
AnswerRe: Automating Database connection Pin
Dave Kreskowiak2-Jun-07 9:15
mveDave Kreskowiak2-Jun-07 9:15 
A connection string is nothing but a normal string of text. You need to have template strings for all the database engines you're going to support. You can find examples at http://www.connectionstrings.com[^].

After that, you'd have to write a data layer for each database engine you're supporting too. Access doesn't support the same SQL syntax that SQL Server does and Orcale has it's own flavor too. Each version of this data layer would implement an Interface that you write to provide all the functions you need.

To support all this, you wouldnt be saving yourself frmo writing a "massive chunk" of code, you'd be guaranteeing it.


A guide to posting questions on CodeProject[^]

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


Questiondisplaying mesage [modified] Pin
trialnerror1-Jun-07 23:42
trialnerror1-Jun-07 23:42 
AnswerRe: displaying mesage Pin
Christian Graus2-Jun-07 1:21
protectorChristian Graus2-Jun-07 1:21 
GeneralRe: displaying mesage Pin
trialnerror2-Jun-07 1:44
trialnerror2-Jun-07 1:44 
GeneralRe: displaying mesage Pin
Christian Graus2-Jun-07 1:54
protectorChristian Graus2-Jun-07 1:54 
GeneralRe: displaying mesage [modified] Pin
trialnerror2-Jun-07 2:08
trialnerror2-Jun-07 2:08 
GeneralRe: displaying mesage [modified] Pin
trialnerror2-Jun-07 3:35
trialnerror2-Jun-07 3:35 
QuestionSerialization.... Pin
Sonia Gupta1-Jun-07 23:33
Sonia Gupta1-Jun-07 23:33 
AnswerRe: Serialization.... Pin
Dave Kreskowiak2-Jun-07 9:06
mveDave Kreskowiak2-Jun-07 9:06 
AnswerRe: Serialization.... Pin
Navneet Hegde3-Jun-07 21:02
Navneet Hegde3-Jun-07 21:02 
QuestionCreate a login username & password Pin
ravenathan1-Jun-07 23:02
ravenathan1-Jun-07 23:02 
AnswerRe: Create a login username & password Pin
Christian Graus1-Jun-07 23:22
protectorChristian Graus1-Jun-07 23:22 
GeneralRe: Create a login username & password Pin
ravenathan1-Jun-07 23:40
ravenathan1-Jun-07 23:40 
GeneralRe: Create a login username & password Pin
Christian Graus2-Jun-07 0:33
protectorChristian Graus2-Jun-07 0:33 
GeneralRe: Create a login username & password Pin
ravenathan2-Jun-07 1:02
ravenathan2-Jun-07 1:02 
AnswerRe: Create a login username and password Pin
Rupesh Kumar Swami2-Jun-07 0:19
Rupesh Kumar Swami2-Jun-07 0:19 
GeneralRe: Create a login username and password Pin
ravenathan2-Jun-07 0:55
ravenathan2-Jun-07 0:55 
QuestionSystem.Drawing.ImageFormatConverter.. VB.NET Help! Pin
LachlanGro1-Jun-07 22:19
LachlanGro1-Jun-07 22:19 

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.