Using Breeze with an ODBC Connection -


i in beginning stages of writing angularjs client talks restful asp.net web api server , trying integrate breeze. have full control on both client , server code, 1 non-negotiable have connect dbisam database i'm sharing legacy windows desktop app; can not take advantage of entity framework breeze server examples use. i've retrieved data setting controller similar 1 in nodb example , trying figure out best way real data database. also, able data db using odbc connection, i'm not sure fit in breeze way of doing things.

given of that, here specific questions:

  • are there breeze server examples showing how retrieve/save data using database connected via odbc have somehow overlooked?
  • will need create adapter make work? , if so, mongodb adapter closest thing use example of code should like?
  • without entity framework, still better return metadata server, or should create on client instead?
  • i understood documentation easier have server breeze "aware", still true when needing use odbc? perhaps should use breeze on client side instead, similar edmunds example?

thanks figuring out best way proceed!


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -