Click here to Skip to main content
15,888,521 members
Home / Discussions / Database
   

Database

 
QuestionCustom Replication / Mirroring for SQL Server 2005 Express Pin
Ligblou3-Apr-07 21:30
Ligblou3-Apr-07 21:30 
QuestionMS Access as Database and SQL: Problem in WHERE clause Pin
santoshsan3-Apr-07 21:20
santoshsan3-Apr-07 21:20 
AnswerRe: MS Access as Database and SQL: Problem in WHERE clause Pin
Adeel Chaudhry3-Apr-07 21:34
Adeel Chaudhry3-Apr-07 21:34 
GeneralRe: MS Access as Database and SQL: Problem in WHERE clause Pin
Colin Angus Mackay3-Apr-07 21:38
Colin Angus Mackay3-Apr-07 21:38 
GeneralRe: MS Access as Database and SQL: Problem in WHERE clause Pin
santoshsan3-Apr-07 23:15
santoshsan3-Apr-07 23:15 
GeneralRe: MS Access as Database and SQL: Problem in WHERE clause Pin
santoshsan3-Apr-07 22:54
santoshsan3-Apr-07 22:54 
AnswerRe: MS Access as Database and SQL: Problem in WHERE clause Pin
Colin Angus Mackay3-Apr-07 21:37
Colin Angus Mackay3-Apr-07 21:37 
GeneralRe: MS Access as Database and SQL: Problem in WHERE clause Pin
santoshsan3-Apr-07 23:09
santoshsan3-Apr-07 23:09 
To Colin Angus Mackay

The para you wrote that is very true. One process cant predict about the variables which are generated in some other process unless there is some intermediate one like SQL to do it.

I used to write SQL queries which uses variables created in PHP. When I was working on PHP and MYSQL. It was like -->

“ SELECT field FROM table WHERE field = ‘”.$variable.”’ “

I tried to quote like this but MFC does not take the above statement as one whole string but it counts it upto-->

“ SELECT field FROM table WHERE field = ‘ ”

There must be some way that MS Access has provided to specify that the value which is been used in SELECT query is a variable. E.g. it has #date# to include date value.

I am still searching for it, if you find something helpful please help me out with this problem.


san

AnswerRe: MS Access as Database and SQL: Problem in WHERE clause Pin
ChandraRam4-Apr-07 0:17
ChandraRam4-Apr-07 0:17 
Questionproblem when creating database independant access layer Pin
Hassan Amaar3-Apr-07 21:11
Hassan Amaar3-Apr-07 21:11 
AnswerRe: problem when creating database independant access layer Pin
Paddy Boyd3-Apr-07 23:55
Paddy Boyd3-Apr-07 23:55 
GeneralRe: problem when creating database independant access layer Pin
Hassan Amaar5-Apr-07 1:49
Hassan Amaar5-Apr-07 1:49 
GeneralRe: problem when creating database independant access layer Pin
Paddy Boyd5-Apr-07 2:29
Paddy Boyd5-Apr-07 2:29 
AnswerRe: problem when creating database independant access layer Pin
Hayder Marzouk4-Apr-07 2:26
Hayder Marzouk4-Apr-07 2:26 
GeneralRe: problem when creating database independant access layer Pin
Hassan Amaar5-Apr-07 1:51
Hassan Amaar5-Apr-07 1:51 
Questiondatabase deletion Pin
jithbiz00333-Apr-07 20:51
jithbiz00333-Apr-07 20:51 
AnswerRe: database deletion Pin
Paddy Boyd3-Apr-07 23:07
Paddy Boyd3-Apr-07 23:07 
QuestionThe data types varchar and image are incompatible in the add operator in sql server 2005 Pin
24891283-Apr-07 20:04
24891283-Apr-07 20:04 
AnswerRe: The data types varchar and image are incompatible in the add operator in sql server 2005 Pin
Colin Angus Mackay3-Apr-07 21:02
Colin Angus Mackay3-Apr-07 21:02 
GeneralRe: The data types varchar and image are incompatible in the add operator in sql server 2005 Pin
24891283-Apr-07 21:10
24891283-Apr-07 21:10 
GeneralRe: The data types varchar and image are incompatible in the add operator in sql server 2005 Pin
Colin Angus Mackay3-Apr-07 21:32
Colin Angus Mackay3-Apr-07 21:32 
AnswerRe: The data types varchar and image are incompatible in the add operator in sql server 2005 Pin
24891283-Apr-07 22:03
24891283-Apr-07 22:03 
GeneralRe: The data types varchar and image are incompatible in the add operator in sql server 2005 Pin
Colin Angus Mackay3-Apr-07 22:43
Colin Angus Mackay3-Apr-07 22:43 
GeneralRe: The data types varchar and image are incompatible in the add operator in sql server 2005 Pin
24891284-Apr-07 0:00
24891284-Apr-07 0:00 
QuestionQuerying Microsoft Active Directory (Windows Server 2003) from SQL Server Pin
rachitdamani3-Apr-07 19:55
rachitdamani3-Apr-07 19:55 

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.