Re: Delphi 5 <> ADO
- From: "Bill Todd" <no@xxxxxx>
- Date: 31 Jan 2007 07:43:01 -0800
If you are writing an app that will work with more than one database
server the best solution is to no instantiate the field obects at
design time. Let the VCL create them automatically at runtime so it can
create the correct types for the database you are connected to.
--
Bill Todd (TeamB)
.
Relevant Pages
- Re: Delphi 5 <> ADO
... server the best solution is to no instantiate the field obects at ... design time. ... Let the VCL create them automatically at runtime so it can ... (borland.public.delphi.database.ado) - Re: custom class module- in another database
... > and the VB_Creatable attribute allows other databases to instantiate objects ... > won't be able to instantiate the object in another database. ... > 'Abs' is the name of a built-in VBA function. ... >> Public Property Let avviso ... (microsoft.public.access.modulesdaovba) - Re: Sql injecting
... MS has a net group and a database ... // the Northwind type is a subclass of DataContext created by SQLMetal ... // use 'var' keyword because there is no name for the resultant type of the projection ... even if we can't name the type at design time ... (comp.databases.ms-sqlserver) - Re: DataGridView cant put spaces in column header when using Datasource property ?
... How do i make the datadridview column header text have a space in them? ... comes from a database table. ... I tried inserting columns at design time, and matched the names, but what ... columns that appear when i set the list to the datasource property. ... (microsoft.public.dotnet.framework.windowsforms.controls) - DataGrid and Selected Rows
... In the form I instantiate a DataTable object. ... I have a DataGrid on the form which is bound to the *second* ... How can I iterate through the rows of the grid and see which ones are ... Keep in mind that the DataGrid is not bound to the Access database, ... (microsoft.public.dotnet.framework.adonet) |
|