Click here to Skip to main content
16,005,206 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Connecting VB2008 Express to SQL Server 2008 Developer Pin
Garth Geoghan7-Oct-09 5:29
Garth Geoghan7-Oct-09 5:29 
GeneralRe: Connecting VB2008 Express to SQL Server 2008 Developer Pin
Dave Kreskowiak7-Oct-09 6:35
mveDave Kreskowiak7-Oct-09 6:35 
GeneralRe: Connecting VB2008 Express to SQL Server 2008 Developer Pin
Garth Geoghan7-Oct-09 6:38
Garth Geoghan7-Oct-09 6:38 
GeneralRe: Connecting VB2008 Express to SQL Server 2008 Developer Pin
Garth Geoghan7-Oct-09 6:42
Garth Geoghan7-Oct-09 6:42 
GeneralRe: Connecting VB2008 Express to SQL Server 2008 Developer Pin
Dave Kreskowiak7-Oct-09 9:08
mveDave Kreskowiak7-Oct-09 9:08 
GeneralRe: Connecting VB2008 Express to SQL Server 2008 Developer Pin
Garth Geoghan7-Oct-09 9:23
Garth Geoghan7-Oct-09 9:23 
GeneralRe: Connecting VB2008 Express to SQL Server 2008 Developer Pin
Garth Geoghan7-Oct-09 9:28
Garth Geoghan7-Oct-09 9:28 
GeneralRe: Connecting VB2008 Express to SQL Server 2008 Developer Pin
Dave Kreskowiak7-Oct-09 10:02
mveDave Kreskowiak7-Oct-09 10:02 
OK, then you're not using SQL Server Express, you're using a full version of SQL Server.

"Data Source=LENOVO\;Initial Catalog=GGTest;Integrated Security=True"

This string assumes that you have added your user account to SQL Servers users and have assigned the proper rights to get at your database. It also assumes that you really do want to use your Windows logon account as the account to login to SQL Server with.

The connection string you found would be better placed in your applications app.config file, not in the machine.config.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: Connecting VB2008 Express to SQL Server 2008 Developer Pin
Garth Geoghan7-Oct-09 10:09
Garth Geoghan7-Oct-09 10:09 
GeneralRe: Connecting VB2008 Express to SQL Server 2008 Developer Pin
Dave Kreskowiak7-Oct-09 13:10
mveDave Kreskowiak7-Oct-09 13:10 
GeneralRe: Connecting VB2008 Express to SQL Server 2008 Developer Pin
Garth Geoghan8-Oct-09 6:48
Garth Geoghan8-Oct-09 6:48 
GeneralRe: Connecting VB2008 Express to SQL Server 2008 Developer Pin
Garth Geoghan15-Oct-09 4:49
Garth Geoghan15-Oct-09 4:49 
Question[SOLVED]Append .txt files within subfolders Pin
vijay24827-Oct-09 3:55
vijay24827-Oct-09 3:55 
AnswerRe: Append .txt files within subfolders Pin
EliottA7-Oct-09 4:04
EliottA7-Oct-09 4:04 
GeneralRe: Append .txt files within subfolders Pin
vijay24827-Oct-09 5:16
vijay24827-Oct-09 5:16 
AnswerRe: Append .txt files within subfolders Pin
dan!sh 7-Oct-09 5:22
professional dan!sh 7-Oct-09 5:22 
GeneralRe: Append .txt files within subfolders Pin
vijay24827-Oct-09 5:24
vijay24827-Oct-09 5:24 
GeneralRe: Append .txt files within subfolders Pin
vijay24828-Oct-09 0:40
vijay24828-Oct-09 0:40 
QuestionNeed Help Read Text File Line by Line Pin
Hawkster187-Oct-09 2:28
Hawkster187-Oct-09 2:28 
AnswerRe: Need Help Read Text File Line by Line Pin
Luc Pattyn7-Oct-09 3:23
sitebuilderLuc Pattyn7-Oct-09 3:23 
GeneralRe: Need Help Read Text File Line by Line Pin
Hawkster187-Oct-09 3:31
Hawkster187-Oct-09 3:31 
GeneralRe: Need Help Read Text File Line by Line Pin
EliottA7-Oct-09 3:36
EliottA7-Oct-09 3:36 
GeneralRe: Need Help Read Text File Line by Line Pin
Hawkster187-Oct-09 3:46
Hawkster187-Oct-09 3:46 
GeneralRe: Need Help Read Text File Line by Line Pin
EliottA7-Oct-09 3:54
EliottA7-Oct-09 3:54 
GeneralRe: Need Help Read Text File Line by Line Pin
Hawkster187-Oct-09 3:59
Hawkster187-Oct-09 3:59 

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.