Click here to Skip to main content
15,898,984 members
Home / Discussions / Database
   

Database

 
AnswerRe: C# and SQL General Strategy Question Pin
Mike Dimmick23-Sep-06 0:29
Mike Dimmick23-Sep-06 0:29 
GeneralRe: C# and SQL General Strategy Question Pin
Jethro6324-Sep-06 15:55
Jethro6324-Sep-06 15:55 
QuestionMultiple select Pin
netDeveloper22-Sep-06 1:21
netDeveloper22-Sep-06 1:21 
AnswerRe: Multiple select Pin
Kschuler22-Sep-06 9:08
Kschuler22-Sep-06 9:08 
AnswerRe: Multiple select Pin
Eric Dahlvang22-Sep-06 9:37
Eric Dahlvang22-Sep-06 9:37 
AnswerRe: Multiple select Pin
Mike Dimmick23-Sep-06 0:55
Mike Dimmick23-Sep-06 0:55 
AnswerRe: Multiple select Pin
netDeveloper23-Sep-06 6:15
netDeveloper23-Sep-06 6:15 
QuestionHello ! Pin
Bravoone_200621-Sep-06 22:39
Bravoone_200621-Sep-06 22:39 
How can i write a select SQL statement for the DB that uses the string from CEdit1 ?
lets say database name : "Names_City" class : CNames_City
col 1 : "name"
col 2 : "city"
col 3 : "country"

CString sName , sCity , sCountry;
CEdit1 : "m_name" sName;
CEdit2 : "m_city" sCity;
CEdit3 : "m_country" sCountry;


1) i have onChange for "m_name .When i write some txt in m_name i need to search in "Names_City > name = and if it matches i need the city in m_city and the country in m_country "
2)when i write in m_city and then in m_name i need to search in "name","city" and if m_name == "name" and m_city == "city" i need "country" in m_country.

* Remember i have ~260.000 Records ;

thank you in advance !

*please show me an example !


Bravoone

QuestionSQL Server Replication Pin
oskardiazdeleon21-Sep-06 21:28
oskardiazdeleon21-Sep-06 21:28 
AnswerRe: SQL Server Replication Pin
Hesham Amin24-Sep-06 3:18
Hesham Amin24-Sep-06 3:18 
QuestionSql,/Access/Oracle to Excel Pin
vicky0000021-Sep-06 20:59
vicky0000021-Sep-06 20:59 
Questiondeploying a .net winforms that has to connect to remote sql server Pin
steve_rm21-Sep-06 19:46
steve_rm21-Sep-06 19:46 
AnswerRe: deploying a .net winforms that has to connect to remote sql server Pin
Jim Conigliaro22-Sep-06 10:55
Jim Conigliaro22-Sep-06 10:55 
QuestionSQL server nested tables or what? Pin
iskaza21-Sep-06 13:14
iskaza21-Sep-06 13:14 
AnswerRe: SQL server nested tables or what? Pin
Rob Graham21-Sep-06 14:04
Rob Graham21-Sep-06 14:04 
GeneralRe: SQL server nested tables or what? Pin
iskaza21-Sep-06 14:22
iskaza21-Sep-06 14:22 
GeneralRe: SQL server nested tables or what? [modified] Pin
Rob Graham21-Sep-06 14:43
Rob Graham21-Sep-06 14:43 
QuestionOne more question Pin
iskaza21-Sep-06 15:12
iskaza21-Sep-06 15:12 
AnswerRe: One more question Pin
Rob Graham21-Sep-06 17:36
Rob Graham21-Sep-06 17:36 
QuestionRe: One more question Pin
iskaza22-Sep-06 3:00
iskaza22-Sep-06 3:00 
GeneralDesign question - returning varying results Pin
Judah Gabriel Himango21-Sep-06 5:47
sponsorJudah Gabriel Himango21-Sep-06 5:47 
GeneralRe: Design question - returning varying results Pin
Eric Dahlvang21-Sep-06 6:42
Eric Dahlvang21-Sep-06 6:42 
GeneralRe: Design question - returning varying results Pin
Judah Gabriel Himango21-Sep-06 8:35
sponsorJudah Gabriel Himango21-Sep-06 8:35 
GeneralRe: Design question - returning varying results Pin
Eric Dahlvang21-Sep-06 11:23
Eric Dahlvang21-Sep-06 11:23 
GeneralRe: Design question - returning varying results [modified] Pin
Eric Dahlvang22-Sep-06 3:26
Eric Dahlvang22-Sep-06 3:26 

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.