I want to execute a stored procedure from my MS SQL server database base but when trying to execute the code below the error message "List index out of bounds (0)" appears.The procedure i executed perfectly when i remove its parameters and hard code the input as following code...
I have a problem executing a stored procedure when using tsqlstoredproc when using the code
tem.StoredProcName :='insertnew';
with tem.Params do
begin
CreateParam(ftInteger, '@Tempid', ptInput);
ParamByName('@Tempid').AsInteger := TID...
I seem to have a problem traversing a dataset of a TSQLquery(DBEXpress) datatype because i am using sql server as my database the recordcount property does not work does anyone know of any other way to deterimine the number of records in a query when using sql server
I am creating a database application with a sql server backend,but i seem to have a problem extracting an integer Field(size=8) from the database.when using the code
var
q:Tsqlquery;
TID:Integer;
begin
.......
TID:=(q.Fields[0].asinteger);
...
end;
The code...
I seem have a few problems returning a reference to a shared memory location and keep on getting a run time at the specified location below...
this is the code
class function TActivityLogger.NewInstance: TObject;
var
llInit:Boolean;
temp:LoggerPointer;
begin...
I seem have a problem returning a reference to a shared memory location and keep on getting a run time at the specified location below...
this is the code
class function TActivityLogger.NewInstance: TObject;
var
llInit:Boolean;
temp:LoggerPointer;
begin...
The major problem that i have with file mapping is that once the filemapping ad the map view is created how would a create an instance of a specific class(MYLOGGER) within the specified memory location.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.