R RonR Well-known member Joined Nov 23, 2007 Messages 82 Programming Experience 5-10 Dec 19, 2009 #1 what are my database options with VB 2008 XE?? I think I am limited to: Jet(being phased out) or SQL Server XE am I correct??
what are my database options with VB 2008 XE?? I think I am limited to: Jet(being phased out) or SQL Server XE am I correct??
JohnH VB.NET Forum Moderator Staff member Joined Dec 17, 2005 Messages 15,875 Location Norway Programming Experience 10+ Dec 19, 2009 #2 You can use any db if you are able to configure some things on your own. VB Express 2008 wizards only supports Access/SQLX/SQLCE. Upvote 0 Downvote
You can use any db if you are able to configure some things on your own. VB Express 2008 wizards only supports Access/SQLX/SQLCE.
R RonR Well-known member Joined Nov 23, 2007 Messages 82 Programming Experience 5-10 Dec 19, 2009 #3 JohnH said: You can use any db if you are able to configure some things on your own. VB Express 2008 wizards only supports Access/SQLX/SQLCE. Click to expand... I did not use any wizard for Jet(access 2003) and I got it running. are you talking about a connection string? Upvote 0 Downvote
JohnH said: You can use any db if you are able to configure some things on your own. VB Express 2008 wizards only supports Access/SQLX/SQLCE. Click to expand... I did not use any wizard for Jet(access 2003) and I got it running. are you talking about a connection string?
JohnH VB.NET Forum Moderator Staff member Joined Dec 17, 2005 Messages 15,875 Location Norway Programming Experience 10+ Dec 19, 2009 #4 No, I'm talking about how data access in mostly done nowadays where IDE does most of the coding for you: Data Walkthroughs Visual Basic How Do I Video Series Upvote 0 Downvote
No, I'm talking about how data access in mostly done nowadays where IDE does most of the coding for you: Data Walkthroughs Visual Basic How Do I Video Series
R RonR Well-known member Joined Nov 23, 2007 Messages 82 Programming Experience 5-10 Dec 19, 2009 #5 thanks for the info!!! Upvote 0 Downvote