Click here to Skip to main content
15,880,967 members
Home / Discussions / Database
   

Database

 
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 
AnswerRe: Alter Query Pin
Ganu Sharma15-Sep-11 21:15
Ganu Sharma15-Sep-11 21:15 
alter exists column datatype.
alter table tblname
alter column columnname datatype(variablesize)

or


add new column................

SQL
alter table tblname
add columnname datatype(variablesize)

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 
GeneralRe: Oracle SP coding style Pin
Mycroft Holmes24-Aug-11 12:30
professionalMycroft Holmes24-Aug-11 12:30 

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.