Migrating shape sql to something equally powerful
Posted
by daRoBBie
on Stack Overflow
See other posts from Stack Overflow
or by daRoBBie
Published on 2010-03-07T11:29:44Z
Indexed on
2010/03/08
3:30 UTC
Read the original article
Hit count: 286
Hi,
we are currently investigating a migration of an application that doesn't meet company standards. The application is built using VB6 and Shape SQL/Access. The application has about 120 reports by storing Shape SQL strings in a database which the user can modify using a wizard. Shape sql is not allowed at this company. We have investigated plain SQL, Linq, Entity Framework as alternatives... but all result in more complex solutions.
Does anyone have another suggestion?
Update: Shape SQL is an ADO command to get hierarchical datasets, for further info: http://support.microsoft.com/kb/189657
© Stack Overflow or respective owner