Click here to Skip to main content
15,892,059 members
Home / Discussions / Database
   

Database

 
QuestionUpdating Data on Other Server?? [modified] Pin
AmbiguousName4-Jan-10 7:05
AmbiguousName4-Jan-10 7:05 
AnswerRe: Updating Data on Other Server?? Pin
Stryder_14-Jan-10 9:47
Stryder_14-Jan-10 9:47 
GeneralRe: Updating Data on Other Server?? Pin
AmbiguousName5-Jan-10 3:47
AmbiguousName5-Jan-10 3:47 
AnswerRe: Updating Data on Other Server?? Pin
Mycroft Holmes4-Jan-10 13:17
professionalMycroft Holmes4-Jan-10 13:17 
GeneralRe: Updating Data on Other Server?? Pin
AmbiguousName5-Jan-10 3:54
AmbiguousName5-Jan-10 3:54 
GeneralRe: Updating Data on Other Server?? Pin
Mycroft Holmes5-Jan-10 11:05
professionalMycroft Holmes5-Jan-10 11:05 
GeneralRe: Updating Data on Other Server?? Pin
AmbiguousName5-Jan-10 13:47
AmbiguousName5-Jan-10 13:47 
Questionexported the first column of an excel file to a table Pin
deva23-Jan-10 23:05
deva23-Jan-10 23:05 
Hello
I work with sqlserver2005 express ,I try to populate my table student by:
the first field data by the first column of an excel file.
other field by 123.12 ...
My code is
INSERT INTO student (Ch1, ch2, ch3)<br />
SELECT ch1, 123 AS ch2, 124 AS ch3<br />
FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0',<br />
'Excel 8.0;Database=C:\test\xltest.xls', [Feuil1$])

but i have this mesage :
Unable to initialize the object from the data source OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)".
Thanks Smile | :)
Questionloop problem Pin
Jassim Rahma3-Jan-10 21:02
Jassim Rahma3-Jan-10 21:02 
AnswerRe: loop problem Pin
Jassim Rahma3-Jan-10 22:30
Jassim Rahma3-Jan-10 22:30 
GeneralRe: loop problem Pin
Jassim Rahma3-Jan-10 22:39
Jassim Rahma3-Jan-10 22:39 
GeneralRe: loop problem Pin
Mycroft Holmes3-Jan-10 23:45
professionalMycroft Holmes3-Jan-10 23:45 
GeneralRe: loop problem Pin
Jassim Rahma4-Jan-10 2:01
Jassim Rahma4-Jan-10 2:01 
GeneralRe: loop problem Pin
Corporal Agarn4-Jan-10 3:56
professionalCorporal Agarn4-Jan-10 3:56 
AnswerRe: loop problem Pin
Tim Carmichael4-Jan-10 5:54
Tim Carmichael4-Jan-10 5:54 
AnswerRe: loop problem Pin
Ben Fair6-Jan-10 7:41
Ben Fair6-Jan-10 7:41 
QuestionDebugging in SQL Server 2005 Pin
meeram3953-Jan-10 18:45
meeram3953-Jan-10 18:45 
AnswerRe: Debugging in SQL Server 2005 Pin
meeram3953-Jan-10 19:09
meeram3953-Jan-10 19:09 
QuestionMultiple values associated with a single value Pin
shrims4u2-Jan-10 22:19
shrims4u2-Jan-10 22:19 
AnswerRe: Multiple values associated with a single value Pin
Rob Philpott2-Jan-10 22:32
Rob Philpott2-Jan-10 22:32 
AnswerRe: Multiple values associated with a single value Pin
Corporal Agarn4-Jan-10 2:18
professionalCorporal Agarn4-Jan-10 2:18 
GeneralRe: Multiple values associated with a single value Pin
AmbiguousName4-Jan-10 7:32
AmbiguousName4-Jan-10 7:32 
QuestionBest Practices Q Pin
Member 45019402-Jan-10 8:55
Member 45019402-Jan-10 8:55 
AnswerRe: Best Practices Q Pin
DarrenShultz2-Jan-10 11:01
DarrenShultz2-Jan-10 11:01 
AnswerRe: Best Practices Q Pin
Eddy Vluggen2-Jan-10 23:43
professionalEddy Vluggen2-Jan-10 23:43 

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.