Objects exported into FOB's

Hi I want to export all my objects in Navision to FOB’s or text files. Which is the easiest way to do it? Can some1 suggest me how can i connect Visual basic with navision? Rajan

Just the same as exporting single objects really: Object Designer → All object types → Edit menu → Select All → File menu → Export I don’t think this is at all hard, right? What kind of VB connection are you thinking of? Is this related to the Object Export question or is it a different issue?

Not sure what you want to connect with vb, but the bst way is to create a C++ wrapper to connect to c/front. Then use NAS to call the code needed. These days though, both ODBC and sql are very stable with navision, and can also be used.

Of course you can access Navsion (data) from Vb. You just have to connect by ADO or odbc. Some of our process are entirely done in vb. Michael

How can i connect it with ADO? Rajan

quote:


Originally posted by michaelcohen
Of course you can access Navsion (data) from Vb. You just have to connect by ADO or odbc. Some of our process are entirely done in vb. Michael