Click here to Skip to main content
15,899,825 members
Home / Discussions / Database
   

Database

 
GeneralRe: MSDE2000A.EXE Failes because of SQLREDIS.EXE Pin
Blake V. Miller25-Jan-05 18:23
Blake V. Miller25-Jan-05 18:23 
GeneralPerformance solution for DataSet application with large numbers of records Pin
Aron van Ammers30-Oct-04 6:49
Aron van Ammers30-Oct-04 6:49 
Generalmoney datatype insert problem Pin
webhay29-Oct-04 14:07
webhay29-Oct-04 14:07 
GeneralRe: money datatype insert problem Pin
Aron van Ammers30-Oct-04 6:55
Aron van Ammers30-Oct-04 6:55 
GeneralAccessing DB2 using ADO.Net, C# Pin
shri300928-Oct-04 20:42
shri300928-Oct-04 20:42 
GeneralRe: Accessing DB2 using ADO.Net, C# Pin
28-Oct-04 22:11
suss28-Oct-04 22:11 
Generalupdate dataset with changes in database Pin
CNU28-Oct-04 16:19
CNU28-Oct-04 16:19 
GeneralNo value given for ine or more given requirements Pin
jlawren728-Oct-04 14:56
jlawren728-Oct-04 14:56 
heres the statement

Private Sub CmdSQL_Click()<br />
    Dim strSearchLName, strSearchFName As String<br />
    strSearchLName = txtSearchLName.Text<br />
    strSearchFName = txtSearchFName.Text<br />
    adoRecords.RecordSource = "Select * FROM Users Where (Last_Name) = '" & strSearchLName & "' AND (FName) = '" & strSearchFName & "' "

the varibles are getting the correct information. if i search with 1 varible, there isn't a problem.

Any ideas???
here are the order of steps:
user enters their first name & Last Name into text boxes.
they click a button a screen pops up, showing their contact info. then the log in form shows and they need to click th log in button right now, all the contacts in the contacts table are showing but if i search with only the last name, it only shows the correct contact in the form.
GeneralRe: No value given for ine or more given requirements Pin
Edbert P28-Oct-04 21:21
Edbert P28-Oct-04 21:21 
Generalhelp with SQL output Pin
naifq228-Oct-04 10:48
naifq228-Oct-04 10:48 
GeneralRe: help with SQL output Pin
Christian Graus28-Oct-04 11:34
protectorChristian Graus28-Oct-04 11:34 
GeneralRe: help with SQL output Pin
Anonymous28-Oct-04 11:41
Anonymous28-Oct-04 11:41 
GeneralRe: help with SQL output Pin
Christian Graus28-Oct-04 11:52
protectorChristian Graus28-Oct-04 11:52 
GeneralRe: help with SQL output Pin
naifq228-Oct-04 13:01
naifq228-Oct-04 13:01 
Generalhelp with SQL query Pin
naifq228-Oct-04 10:44
naifq228-Oct-04 10:44 
GeneralRe: help with SQL query Pin
Anonymous28-Oct-04 13:54
Anonymous28-Oct-04 13:54 
GeneralSQL Server Transaction vs ADO.Net Transaction Pin
Ketty Avashia28-Oct-04 5:24
Ketty Avashia28-Oct-04 5:24 
Generala general question regrding SQL and IP address Pin
hasanali0028-Oct-04 5:14
hasanali0028-Oct-04 5:14 
GeneralRe: a general question regrding SQL and IP address Pin
Colin Angus Mackay28-Oct-04 6:57
Colin Angus Mackay28-Oct-04 6:57 
GeneralRe: a general question regrding SQL and IP address Pin
hasanali0028-Oct-04 23:32
hasanali0028-Oct-04 23:32 
GeneralReturn parameters in Strored procedures Pin
Abbas_Riazi28-Oct-04 0:47
professionalAbbas_Riazi28-Oct-04 0:47 
GeneralRe: Return parameters in Strored procedures Pin
Mike Dimmick28-Oct-04 2:07
Mike Dimmick28-Oct-04 2:07 
GeneralRe: Return parameters in Strored procedures Pin
cnet20083-Nov-04 15:28
cnet20083-Nov-04 15:28 
GeneralRetreival Of Data Pin
benito198127-Oct-04 14:07
benito198127-Oct-04 14:07 
GeneralRe: Retreival Of Data Pin
Christian Graus27-Oct-04 14:17
protectorChristian Graus27-Oct-04 14:17 

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.