RecnumToRowID: Difference between revisions

m
adding categories
(Created page with "Recently I had a problem at a customer who migrated all their data to MSSQL. So far no problem. But they want to employ embedded SQL and then use that in their app. That part of the app depends on RowID's so it would be highly preferred not having to rewrite that back to using recnum's. They are not using standard tables, so a recnum column is available, but not a rowID. (Not that standard tables have rowID columns, but I digress) So it would be nice if we can some...")
 
m (adding categories)
 
Line 53: Line 53:
   End_Function
   End_Function
</source>
</source>
[[Category: Database Connectivity]][[Category: SQL]]