| |
DK - SQL ADO/DBX Database Joining
|
FAQ Feed  |
|
Q10258 - My ADO Join seems not to work. What can be wrong? Please review the following check-list. - Joining to the shape file to an external database requires a one-one relation. - Identifiers in a coverage must be unique, integer, and never empty. - It is recommended that a coverage be sorted by an identif ... (Modified: 2003-11-21)
|
|
Q10261 - What is your level of db support? The reason I ask is: Your performance is so awesome that iterating through my ADO recordset (where I grab lats and longs) is now becoming a performance bottleneck. Does your db support somehow help with this issue? Do you know of anyway of getting around this by som ... (Modified: 2003-11-21)
|
|
Q10418 - How can I open multiple ADO layers? How can I build a new ADO layer in code? I am developing an application using the DK-ActiveX with VB.NET. The only examples I can find for loading ADO layers is using the GIS.Open method and this will not allow more than one ADO layer to be opened at one time. I ... (Modified: 2003-11-21)
|
|
Q10599 - How can I list all names of fields from a joined dataset? if Assigned( oLayer.JoinDB ) then begin for i:0 to oLayer.JoinDB.FieldCount-1 do begin name : oLayer.JoinDB.Fields[i]DisplayName ; . end ; end ; if Assigned( oLayer.JoinADO ) then begin for i:0 to oLayer.JoinADO.Fields.Count-1 do begin name ... (Modified: 2005-01-07)
|
|   |