Click here to Skip to main content
15,899,754 members
Home / Discussions / Database
   

Database

 
GeneralRe: Database connection problem for remote machine Pin
Kissy165-Sep-07 23:28
Kissy165-Sep-07 23:28 
AnswerRe: Database connection problem for remote machine Pin
John-ph5-Sep-07 23:29
John-ph5-Sep-07 23:29 
GeneralRe: Database connection problem for remote machine Pin
Kissy165-Sep-07 23:54
Kissy165-Sep-07 23:54 
AnswerRe: Database connection problem for remote machine [modified] Pin
Joe6-Sep-07 1:49
Joe6-Sep-07 1:49 
QuestionExecute a stored procedure Pin
John Gathogo5-Sep-07 22:18
John Gathogo5-Sep-07 22:18 
AnswerRe: Execute a stored procedure Pin
John-ph5-Sep-07 22:40
John-ph5-Sep-07 22:40 
GeneralRe: Execute a stored procedure Pin
John Gathogo5-Sep-07 22:59
John Gathogo5-Sep-07 22:59 
AnswerRe: Execute a stored procedure Pin
Frank Kerrigan5-Sep-07 22:51
Frank Kerrigan5-Sep-07 22:51 
<br />
CREATE TABLE #TEMP (ContactID int, ContactName varchar(50))<br />
<br />
INSERT #TEMP<br />
EXEC dbo.GetContacts<br />
<br />
SELECT * FROM #TEMP<br />
<br />


Grady Booch: I told Google to their face...what you need is some serious adult supervision. (2007 Turing lecture)

http://www.frankkerrigan.com/[^]

AnswerRe: Execute a stored procedure Pin
manuo57-Sep-07 0:05
manuo57-Sep-07 0:05 
QuestionIs datatable.update necessary Pin
Glen Harvy5-Sep-07 21:45
Glen Harvy5-Sep-07 21:45 
AnswerRe: Is datatable.update necessary Pin
pmarfleet5-Sep-07 22:07
pmarfleet5-Sep-07 22:07 
GeneralRe: Is datatable.update necessary Pin
Glen Harvy5-Sep-07 22:26
Glen Harvy5-Sep-07 22:26 
GeneralRe: Is datatable.update necessary Pin
pmarfleet5-Sep-07 22:48
pmarfleet5-Sep-07 22:48 
GeneralRe: Is datatable.update necessary Pin
Glen Harvy5-Sep-07 23:20
Glen Harvy5-Sep-07 23:20 
Questiondatatable.update & dataset.acceptchanges Pin
Glen Harvy5-Sep-07 21:20
Glen Harvy5-Sep-07 21:20 
QuestionFine Tuning a Recursive Stored Procedure Pin
Vasudevan Deepak Kumar5-Sep-07 21:04
Vasudevan Deepak Kumar5-Sep-07 21:04 
AnswerRe: Fine Tuning a Recursive Stored Procedure Pin
Frank Kerrigan5-Sep-07 22:53
Frank Kerrigan5-Sep-07 22:53 
QuestionHow to put multiple values in y-axis in chart in reportiing services? Pin
Jwalant Natvarlal Soneji5-Sep-07 20:42
Jwalant Natvarlal Soneji5-Sep-07 20:42 
QuestionIdentity Constraint Pin
M. J. Jaya Chitra5-Sep-07 18:19
M. J. Jaya Chitra5-Sep-07 18:19 
AnswerRe: Identity Constraint Pin
John-ph5-Sep-07 22:26
John-ph5-Sep-07 22:26 
QuestionHow can I save the image of PictureBox to Sql Server 2000 Pin
kindman_nb5-Sep-07 15:02
kindman_nb5-Sep-07 15:02 
Questionrequest database sites Pin
dinakatina5-Sep-07 13:45
dinakatina5-Sep-07 13:45 
AnswerRe: request database sites Pin
Colin Angus Mackay5-Sep-07 14:09
Colin Angus Mackay5-Sep-07 14:09 
QuestionSelect multiple fields into a new fields then do a like statement Pin
MyRunner5-Sep-07 10:13
MyRunner5-Sep-07 10:13 
AnswerRe: Select multiple fields into a new fields then do a like statement Pin
Colin Angus Mackay5-Sep-07 10:24
Colin Angus Mackay5-Sep-07 10:24 

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.