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

Database

 
GeneralRe: SQL database Pin
GenJerDan26-Aug-11 3:15
GenJerDan26-Aug-11 3:15 
AnswerRe: SQL database Pin
S Douglas25-Aug-11 13:39
professionalS Douglas25-Aug-11 13:39 
QuestionI installed Sqlce 4 but the only available connection is for v3.5 [modified] Pin
nstk25-Aug-11 0:41
nstk25-Aug-11 0:41 
QuestionAlter Query Pin
ivo7524-Aug-11 3:49
ivo7524-Aug-11 3:49 
AnswerRe: Alter Query Pin
jschell24-Aug-11 8:13
jschell24-Aug-11 8:13 
GeneralRe: Alter Query Pin
ivo7524-Aug-11 8:45
ivo7524-Aug-11 8:45 
GeneralRe: Alter Query Pin
S Douglas24-Aug-11 11:34
professionalS Douglas24-Aug-11 11:34 
GeneralRe: Alter Query Pin
jschell25-Aug-11 8:34
jschell25-Aug-11 8:34 
ivo75 wrote:

for example I have 1 query in who participate 3
columns in 2 table and I want to add 1 column in first table and column in query
will be 4. I want do this with code.


Not sure I understand what you are saying.

However you appear to be referring to that you now have the following:

select t.a, t.b, t.c from...

And you want the following:

select t.a, t.b, t.c, t.d from...

The problem with that is that SOMETHING is using the first query. And it is not going to magically use the second one. At best (depending on a number of things) it will simply do nothing at all. At worse something will fail in a way that makes it difficult to determine what happened.

So the best case has no impact - so no point in trying to change it.
In the worst case many things fail - so not point in trying to change it.

Thus it follows, what you think that you want to do will NOT work.
AnswerRe: Alter Query Pin
Ganu Sharma15-Sep-11 21:15
Ganu Sharma15-Sep-11 21:15 
QuestionAccess: SQL export [SOLVED] Pin
Luc Pattyn24-Aug-11 1:52
sitebuilderLuc Pattyn24-Aug-11 1:52 
AnswerRe: Access: SQL export Pin
Geoff Williams24-Aug-11 3:16
Geoff Williams24-Aug-11 3:16 
GeneralRe: Access: SQL export Pin
Luc Pattyn24-Aug-11 4:15
sitebuilderLuc Pattyn24-Aug-11 4:15 
AnswerRe: Access: SQL export Pin
David Mujica24-Aug-11 3:16
David Mujica24-Aug-11 3:16 
GeneralRe: Access: SQL export Pin
Luc Pattyn24-Aug-11 4:17
sitebuilderLuc Pattyn24-Aug-11 4:17 
AnswerRe: Access: SQL export [SOLVED] Pin
Luc Pattyn24-Aug-11 4:14
sitebuilderLuc Pattyn24-Aug-11 4:14 
GeneralRe: Access: SQL export [SOLVED] Pin
S Douglas24-Aug-11 11:36
professionalS Douglas24-Aug-11 11:36 
GeneralRe: Access: SQL export [SOLVED] Pin
Shameel24-Aug-11 21:39
professionalShameel24-Aug-11 21:39 
QuestionOracle SP coding style Pin
Mycroft Holmes23-Aug-11 14:51
professionalMycroft Holmes23-Aug-11 14:51 
AnswerRe: Oracle SP coding style Pin
GuyThiebaut23-Aug-11 23:11
professionalGuyThiebaut23-Aug-11 23:11 
GeneralRe: Oracle SP coding style Pin
Mycroft Holmes24-Aug-11 4:59
professionalMycroft Holmes24-Aug-11 4:59 
GeneralRe: Oracle SP coding style Pin
GuyThiebaut24-Aug-11 5:56
professionalGuyThiebaut24-Aug-11 5:56 
GeneralRe: Oracle SP coding style Pin
PIEBALDconsult24-Aug-11 3:05
mvePIEBALDconsult24-Aug-11 3:05 
GeneralRe: Oracle SP coding style Pin
GuyThiebaut24-Aug-11 3:32
professionalGuyThiebaut24-Aug-11 3:32 
GeneralRe: Oracle SP coding style Pin
Mycroft Holmes24-Aug-11 5:03
professionalMycroft Holmes24-Aug-11 5:03 
AnswerRe: Oracle SP coding style Pin
jschell24-Aug-11 8:16
jschell24-Aug-11 8:16 

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.