[Gambas-user] Connection.Create and .Index

tobias tobiasboe1 at ...20...
Tue Nov 30 18:11:54 CET 2010


Benoît Minisini schrieb:
>> Benoît Minisini schrieb:
>>>> so how does the driver know where to write a result record to in a
>>>> database?
>>>>
>>>> thanks,
>>>> tobi
>>> Well, do you know what SQL is?
>> i know that it is a query language to manipulate data in databases, but
>> that doesn't seem to be enough if you can answer my question with the
>> definition of sql :-)
>>
>> regards,
>> tobi
>>
> 
> Gambas database drivers communicates with the client libraries mainly by using 
> SQL statements. They do not know where to write a result in the database. 
> 
> But they need to identify a record to modify it, and the only standard way is 
> having a primary key in the table. With no primary key, you can't use the 
> Edit() method.
> 
> Regards,
> 

...as i just saw testing my code :-)
i thought this works this way but i wasn't sure...

thank you!




More information about the User mailing list