Click here to Skip to main content
15,921,660 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Change Debug Level to 0 Pin
Dave Kreskowiak17-Oct-07 6:52
mveDave Kreskowiak17-Oct-07 6:52 
QuestionUnable to connect to Active Directory via SSL using VB.net Pin
Daniel Chew16-Oct-07 22:40
Daniel Chew16-Oct-07 22:40 
AnswerRe: Unable to connect to Active Directory via SSL using VB.net Pin
Dave Kreskowiak17-Oct-07 15:16
mveDave Kreskowiak17-Oct-07 15:16 
GeneralRe: Unable to connect to Active Directory via SSL using VB.net Pin
Daniel Chew17-Oct-07 16:21
Daniel Chew17-Oct-07 16:21 
QuestionXml scchema and data tables Pin
JonCox16-Oct-07 22:35
JonCox16-Oct-07 22:35 
AnswerRe: Xml scchema and data tables Pin
Dave Kreskowiak17-Oct-07 15:14
mveDave Kreskowiak17-Oct-07 15:14 
QuestionSQL Check if a record exists Pin
The ANZAC16-Oct-07 22:00
The ANZAC16-Oct-07 22:00 
AnswerRe: SQL Check if a record exists Pin
Tom Deketelaere16-Oct-07 22:38
professionalTom Deketelaere16-Oct-07 22:38 
just put it in the where clause and check if you get a record back:

sql: select username from users where username='me'

then you just check you'r datareader/adapter if there is a record in it
if so the user exist of not the user doesn't exist

hope this helps

If my help was helpfull let me know, if not let me know why.

The only way we learn is by making mistaks.

GeneralRe: SQL Check if a record exists Pin
The ANZAC17-Oct-07 0:08
The ANZAC17-Oct-07 0:08 
AnswerRe: SQL Check if a record exists Pin
Vimalsoft(Pty) Ltd16-Oct-07 22:47
professionalVimalsoft(Pty) Ltd16-Oct-07 22:47 
GeneralRe: SQL Check if a record exists Pin
The ANZAC17-Oct-07 0:04
The ANZAC17-Oct-07 0:04 
GeneralRe: SQL Check if a record exists Pin
Vimalsoft(Pty) Ltd17-Oct-07 0:24
professionalVimalsoft(Pty) Ltd17-Oct-07 0:24 
GeneralRe: SQL Check if a record exists Pin
The ANZAC17-Oct-07 0:49
The ANZAC17-Oct-07 0:49 
GeneralRe: SQL Check if a record exists Pin
Vimalsoft(Pty) Ltd17-Oct-07 1:41
professionalVimalsoft(Pty) Ltd17-Oct-07 1:41 
QuestionHow to send and receive e-mails in windows application? Pin
hgs24shravgi16-Oct-07 21:08
hgs24shravgi16-Oct-07 21:08 
AnswerRe: How to send and receive e-mails in windows application? Pin
Salman Sheikh16-Oct-07 21:24
Salman Sheikh16-Oct-07 21:24 
AnswerRe: How to send and receive e-mails in windows application? Pin
Steven J Jowett17-Oct-07 1:37
Steven J Jowett17-Oct-07 1:37 
GeneralRe: How to send and receive e-mails in windows application? Pin
hgs24shravgi17-Oct-07 20:36
hgs24shravgi17-Oct-07 20:36 
GeneralRe: How to send and receive e-mails in windows application? Pin
hgs24shravgi19-Oct-07 0:12
hgs24shravgi19-Oct-07 0:12 
Questiondata insertion Pin
BasharatAli16-Oct-07 21:06
BasharatAli16-Oct-07 21:06 
AnswerRe: data insertion Pin
Salman Sheikh16-Oct-07 21:26
Salman Sheikh16-Oct-07 21:26 
GeneralRe: data insertion Pin
BasharatAli16-Oct-07 21:28
BasharatAli16-Oct-07 21:28 
QuestionHow to run a DOS process and get ErrorLevel Pin
edmonson16-Oct-07 20:53
edmonson16-Oct-07 20:53 
AnswerRe: How to run a DOS process and get ErrorLevel Pin
Luc Pattyn17-Oct-07 2:39
sitebuilderLuc Pattyn17-Oct-07 2:39 
QuestionHow To Use ? Pin
Satish_S16-Oct-07 20:03
Satish_S16-Oct-07 20:03 

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.