| View previous topic :: View next topic |
| Author |
Message |
Jeremy Martin Guest
|
Posted: Mon Apr 19, 2004 2:38 am Post subject: Delphi8 and MSSQL |
|
|
Hi,
Dragged an sqlconnection onto my webservice. OK
Had to configure connectionstring manually (Used to have a wizard)
Dragged a sqlcommand also . OK
Set connection . OK
Set commandtype to Stored Procedure. OK
Tried to select storedprocedure (Used to be a drop down).
Typed in the name of the stored procedure
Checked the parameters (Blank have to add manually)
Would of used bdpCommand if it wasn't for the fact I have to type out all
the parameters. :)
Am I missing something. Maybe I am just doing things the old Delphi way.
Cheers
Jeremy
|
|
| Back to top |
|
 |
Bill Todd (TeamB) Guest
|
Posted: Mon Apr 19, 2004 3:47 am Post subject: Re: Delphi8 and MSSQL |
|
|
You will get better help with your ADO.NET questions in the
database.dotnet newsgroup. Note, however, that there is limited
support for SQLConnection and its related components in D8. Hopefully
this will be improved in the future.
You mentioned two things that "used to be". What build of Delphi 8
were these features in? Just curious as I don't remember either of
them.
--
Bill (TeamB)
(TeamB cannot respond to questions received via email)
|
|
| Back to top |
|
 |
Jeremy Martin Guest
|
Posted: Mon Apr 19, 2004 4:50 am Post subject: Re: Delphi8 and MSSQL |
|
|
Will future Post in dotnet.
When I was talking about how it used to be different. I actually meant D6.
Sorry for the confusion.
Jeremy
"Bill Todd (TeamB)" <no (AT) no (DOT) com> wrote
| Quote: | You will get better help with your ADO.NET questions in the
database.dotnet newsgroup. Note, however, that there is limited
support for SQLConnection and its related components in D8. Hopefully
this will be improved in the future.
You mentioned two things that "used to be". What build of Delphi 8
were these features in? Just curious as I don't remember either of
them.
--
Bill (TeamB)
(TeamB cannot respond to questions received via email)
|
|
|
| Back to top |
|
 |
|