Welcome to Synthiam!

The easiest way to program the most powerful robots. Use technologies by leading industry experts. ARC is a free-to-use robot programming software that makes servo automation, computer vision, autonomous navigation, and artificial intelligence easy.

Get Started
Asked — Edited

How Would I Create A Simple Data Base

If I wanted Marti to "Remember" where she has been and what obsticals she has run into, how would I create a simple data base in EZ-Script. It doesn't have to be a large database, just a simple read/write to a file, etc. Of course if it could hold more information, it would be better. Is there a Function for that? I mean a Simple way?
When working with A.I. , a database is Very Important.


ARC Pro

Upgrade to ARC Pro

Become a Synthiam ARC Pro subscriber to unleash the power of easy and powerful robot programming

#1  
VB or C#. Scripting can do file io for very simple records or can do odbc to a real database (sql server express is free and just as capable as the professional version except for database size and number of clients).

Alan
#2  
Thanks,

I was hoping that D.J. could add a Function without too much trouble that would do it.

But, I could resort to that. I am just not too good at this.
#3  
Yeah. Vb was super easy in vb6 and below. . Net added a lot of complexity and I still haven't wrapped my head around it completely. I have decided to just learn c# since I also want to learn Java and they are supposed to be more similar to each other.
#4  
And just like that, DJ has added file write functions in EZ Script in today's update.