Generating a Report

Hi guys,

I need to generate a report (can be a .txt file) from Unity, and, I need to use a Database too. (All Offline, no browser or internet connection)

How can I do this?

Bump…

Anyone?

The start is in the .net support for Unity. you are looking at how to control a adodb connection with a mysql, access or whatever type of local database that you want to run with it. The saving of a file is actually trivial in that case and there are other threads on how to do that.

Though, I know how to use the data sources, I dont know how to integrate those sources into Unity as of yet. I am sure there is a thread here on integrating managed dll’s into Unity.

There is a simple but helpful example on the wiki:

and an SQLite example here:
http://www.sapethemape.com/2008/06/unity3d-sqlite-visualization/