Click here to Skip to main content
15,914,111 members
Home / Discussions / Database
   

Database

 
GeneralRe: sql server doesnt allow remote connections![.NET2 sqlserv05exp] Pin
Colin Angus Mackay20-Feb-07 0:58
Colin Angus Mackay20-Feb-07 0:58 
GeneralRe: sql server doesnt allow remote connections![.NET2 sqlserv05exp] Pin
giddy_guitarist20-Feb-07 2:03
giddy_guitarist20-Feb-07 2:03 
GeneralRe: sql server doesnt allow remote connections![.NET2 sqlserv05exp] Pin
Colin Angus Mackay20-Feb-07 2:15
Colin Angus Mackay20-Feb-07 2:15 
Questionconnection strings to a newbie! Pin
giddy_guitarist24-Feb-07 3:54
giddy_guitarist24-Feb-07 3:54 
QuestionSQL "Concat"?? Pin
Illegal Operation19-Feb-07 20:20
Illegal Operation19-Feb-07 20:20 
AnswerRe: SQL "Concat"?? Pin
Krish - KP19-Feb-07 22:43
Krish - KP19-Feb-07 22:43 
QuestionUrgent Please :how to call stored Proc? Pin
priya_p23319-Feb-07 20:03
priya_p23319-Feb-07 20:03 
GeneralRe: Urgent Please :how to call stored Proc? Pin
Harini N K21-Feb-07 21:40
Harini N K21-Feb-07 21:40 
Hi Priya,

Please tell me which version of .Net (2003 or 2005) and Crystal Report version (9 or 10) are you using??

I am currently working .Net 2005 with SQL 2000 as backend. I am not sure the same should work on MySQL.

NOTE 1 point: When adding Stored Procedure in Crystal Report, you should have only one SQL Query.

For example.
CREATE PROCEDURE Sql1
AS
BEGIN

Select * from Table1

-- Select * from Table2 (Note -- this should be commented)

END


Hope you are getting the above example. If not, please reply. I will explain in detail.

- Harini
QuestionHow to create database with user id and password Pin
MikeRT19-Feb-07 20:00
MikeRT19-Feb-07 20:00 
AnswerRe: How to create database with user id and password Pin
luckyve19-Feb-07 22:37
luckyve19-Feb-07 22:37 
AnswerRe: How to create database with user id and password Pin
Imthu19-Feb-07 23:00
Imthu19-Feb-07 23:00 
AnswerRe: How to create database with user id and password Pin
Krish - KP19-Feb-07 23:23
Krish - KP19-Feb-07 23:23 
GeneralRe: How to create database with user id and password Pin
MikeRT20-Feb-07 1:59
MikeRT20-Feb-07 1:59 
GeneralRe: How to create database with user id and password Pin
Krish - KP20-Feb-07 17:20
Krish - KP20-Feb-07 17:20 
GeneralRe: How to create database with user id and password Pin
MikeRT20-Feb-07 18:28
MikeRT20-Feb-07 18:28 
GeneralRe: How to create database with user id and password Pin
Krish - KP21-Feb-07 3:39
Krish - KP21-Feb-07 3:39 
QuestionAbout SQL Pin
SwaSubhaVijju19-Feb-07 18:34
SwaSubhaVijju19-Feb-07 18:34 
AnswerRe: About SQL Pin
SwaSubhaVijju19-Feb-07 18:42
SwaSubhaVijju19-Feb-07 18:42 
GeneralRe: About SQL Pin
Colin Angus Mackay19-Feb-07 23:56
Colin Angus Mackay19-Feb-07 23:56 
Questionupdate/delete error "Could not determine which columns uniquely identify the rows for" Pin
roithi19-Feb-07 18:24
roithi19-Feb-07 18:24 
AnswerRe: update/delete error "Could not determine which columns uniquely identify the rows for" Pin
andyharman20-Feb-07 0:10
professionalandyharman20-Feb-07 0:10 
QuestionHelp Me:Can we select sum of 2 columns in one select statement? Pin
priya_p23319-Feb-07 17:41
priya_p23319-Feb-07 17:41 
AnswerRe: Help Me:Can we select sum of 2 columns in one select statement? Pin
K.P.Kannan19-Feb-07 18:26
K.P.Kannan19-Feb-07 18:26 
AnswerRe: Help Me:Can we select sum of 2 columns in one select statement? Pin
asithangae19-Feb-07 18:30
asithangae19-Feb-07 18:30 
GeneralRe: Help Me:Can we select sum of 2 columns in one select statement? Pin
asithangae19-Feb-07 18:42
asithangae19-Feb-07 18:42 

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.