Click here to Skip to main content
15,888,216 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to schudule a click of button(VB .Net) in windows scheduler? Pin
Ramki Sankaran28-Jan-09 23:22
Ramki Sankaran28-Jan-09 23:22 
AnswerRe: How to schudule a click of button(VB .Net) in windows scheduler? Pin
Ashfield29-Jan-09 1:19
Ashfield29-Jan-09 1:19 
AnswerRe: How to schudule a click of button(VB .Net) in windows scheduler? Pin
Dave Kreskowiak29-Jan-09 3:28
mveDave Kreskowiak29-Jan-09 3:28 
GeneralRe: How to schudule a click of button(VB .Net) in windows scheduler? Pin
Jon_Boy29-Jan-09 3:37
Jon_Boy29-Jan-09 3:37 
QuestionLog On screen in VB.Net Pin
vijay248228-Jan-09 22:45
vijay248228-Jan-09 22:45 
AnswerRe: Log On screen in VB.Net Pin
Eddy Vluggen29-Jan-09 0:43
professionalEddy Vluggen29-Jan-09 0:43 
GeneralRe: Log On screen in VB.Net Pin
vijay248229-Jan-09 1:17
vijay248229-Jan-09 1:17 
GeneralRe: Log On screen in VB.Net Pin
Eddy Vluggen29-Jan-09 1:52
professionalEddy Vluggen29-Jan-09 1:52 
That's a warning from the integrated security, probably an error in the connectionString. Try this one:
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Downloads\user.mdb;User Id=admin;Password=;


vijay2482 wrote:
Verify that you are connecting with valid credentials.

It is referring to the credentials in your connection, the one used to connect to the database. You can't perform a "SELECT FROM USER" until you have a database-connection. And you'll need a user-name and a password to do that Smile | :)

The supplied connectionstring feats. the default username and password for MS-Access. From there-on you can implement your own security-system.

I are troll Smile | :)

AnswerRe: Log On screen in VB.Net Pin
Ashfield29-Jan-09 1:22
Ashfield29-Jan-09 1:22 
AnswerRe: Log On screen in VB.Net Pin
Dave Kreskowiak29-Jan-09 3:25
mveDave Kreskowiak29-Jan-09 3:25 
GeneralRe: Log On screen in VB.Net Pin
vijay248229-Jan-09 4:11
vijay248229-Jan-09 4:11 
QuestionRe: Log On screen in VB.Net Pin
dan!sh 29-Jan-09 4:18
professional dan!sh 29-Jan-09 4:18 
AnswerRe: Log On screen in VB.Net Pin
vijay248229-Jan-09 4:19
vijay248229-Jan-09 4:19 
GeneralRe: Log On screen in VB.Net Pin
Dave Kreskowiak29-Jan-09 18:22
mveDave Kreskowiak29-Jan-09 18:22 
GeneralRe: Log On screen in VB.Net Pin
vijay248229-Jan-09 21:19
vijay248229-Jan-09 21:19 
QuestionVB6.0 Pin
Caryldain28-Jan-09 22:31
Caryldain28-Jan-09 22:31 
AnswerRe: VB6.0 Pin
Nanda_MR28-Jan-09 23:24
Nanda_MR28-Jan-09 23:24 
AnswerRe: VB6.0 Pin
solomondevapaul12328-Jan-09 23:43
solomondevapaul12328-Jan-09 23:43 
Questionhexadecimal conversion Pin
aswd28-Jan-09 20:48
aswd28-Jan-09 20:48 
AnswerRe: hexadecimal conversion Pin
Ashutosh Phoujdar28-Jan-09 21:12
Ashutosh Phoujdar28-Jan-09 21:12 
GeneralRe: hexadecimal conversion Pin
aswd28-Jan-09 21:25
aswd28-Jan-09 21:25 
AnswerRe: hexadecimal conversion Pin
Alan N29-Jan-09 2:47
Alan N29-Jan-09 2:47 
AnswerRe: hexadecimal conversion Pin
riced29-Jan-09 3:53
riced29-Jan-09 3:53 
GeneralRe: hexadecimal conversion Pin
aswd29-Jan-09 4:26
aswd29-Jan-09 4:26 
AnswerRe: hexadecimal conversion Pin
Guffa29-Jan-09 5:58
Guffa29-Jan-09 5:58 

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.