Click here to Skip to main content
15,904,346 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionProtecting text file in VB6 Pin
hang_em19-Dec-10 17:09
hang_em19-Dec-10 17:09 
AnswerRe: Protecting text file in VB6 Pin
Dave Kreskowiak20-Dec-10 3:54
mveDave Kreskowiak20-Dec-10 3:54 
GeneralRe: Protecting text file in VB6 Pin
hang_em21-Dec-10 17:30
hang_em21-Dec-10 17:30 
GeneralRe: Protecting text file in VB6 Pin
Dave Kreskowiak21-Dec-10 18:17
mveDave Kreskowiak21-Dec-10 18:17 
QuestionSql Server 2008 - Cannot open database 'XXX' requested by the login. The login failed Pin
Tom Bui19-Dec-10 14:39
Tom Bui19-Dec-10 14:39 
AnswerRe: Sql Server 2008 - Cannot open database 'XXX' requested by the login. The login failed Pin
Dalek Dave19-Dec-10 14:45
professionalDalek Dave19-Dec-10 14:45 
AnswerRe: Sql Server 2008 - Cannot open database 'XXX' requested by the login. The login failed Pin
Mycroft Holmes19-Dec-10 15:34
professionalMycroft Holmes19-Dec-10 15:34 
AnswerRe: Sql Server 2008 - Cannot open database 'XXX' requested by the login. The login failed Pin
Gregory Gadow20-Dec-10 3:40
Gregory Gadow20-Dec-10 3:40 
When trusted connection is set to True, the driver will use your Windows credentials to log in to the database. If a different user tries to make the connection, that login will fail if the user does not have access permission to the database.

By setting up a separate user and using those credentials, you can set up a multi-user system without having to muck around with the database itself every time you add or remove a user. As an added layer of protection, keep this user ID and its password secret. Provide your users with individual credentials: use the principle credentials to verify them and then continue to use the principle credentials once the user has been validated. Your users should NEVER have access to the id and password used to access the database, ever.
AnswerRe: Sql Server 2008 - Cannot open database 'XXX' requested by the login. The login failed Pin
Ralmam21-Dec-10 18:32
Ralmam21-Dec-10 18:32 
QuestionTableLayoutPanel Pin
JR21219-Dec-10 3:18
JR21219-Dec-10 3:18 
AnswerRe: TableLayoutPanel Pin
Dave Kreskowiak19-Dec-10 4:28
mveDave Kreskowiak19-Dec-10 4:28 
GeneralRe: TableLayoutPanel Pin
JR21219-Dec-10 7:48
JR21219-Dec-10 7:48 
AnswerRe: TableLayoutPanel Pin
Luc Pattyn19-Dec-10 4:38
sitebuilderLuc Pattyn19-Dec-10 4:38 
GeneralRe: TableLayoutPanel Pin
JR21219-Dec-10 7:47
JR21219-Dec-10 7:47 
AnswerRe: TableLayoutPanel Pin
Alan N19-Dec-10 23:55
Alan N19-Dec-10 23:55 
GeneralRe: TableLayoutPanel Pin
JR21220-Dec-10 23:40
JR21220-Dec-10 23:40 
QuestionSpeeding up creating controls Pin
JR21219-Dec-10 0:04
JR21219-Dec-10 0:04 
AnswerRe: Speeding up creating controls Pin
Eddy Vluggen19-Dec-10 0:54
professionalEddy Vluggen19-Dec-10 0:54 
GeneralRe: Speeding up creating controls Pin
JR21219-Dec-10 3:04
JR21219-Dec-10 3:04 
AnswerRe: Speeding up creating controls Pin
Luc Pattyn19-Dec-10 2:36
sitebuilderLuc Pattyn19-Dec-10 2:36 
GeneralRe: Speeding up creating controls Pin
JR21219-Dec-10 3:03
JR21219-Dec-10 3:03 
AnswerRe: Speeding up creating controls Pin
Luc Pattyn19-Dec-10 3:09
sitebuilderLuc Pattyn19-Dec-10 3:09 
GeneralRe: Speeding up creating controls Pin
JR21220-Dec-10 23:47
JR21220-Dec-10 23:47 
QuestionProblem with Binding a database to a datagridview Pin
crain198118-Dec-10 12:13
crain198118-Dec-10 12:13 
AnswerRe: Problem with Binding a database to a datagridview Pin
crain198118-Dec-10 13:04
crain198118-Dec-10 13:04 

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.