I've been able to configure my Visual Basic Express 2010 to read strings 
from certain measurement equipment. I also found a very cool youtube video 
(http://youtu.be/Z3j-7309ITc ) which shows how data can be added to 
Microsoft SQL table. Problem is I am stubborn and refuse to use Microsoft 
proprietary stuff that's going to screw me over in 2-3 years with a 
re-write.

Can this be done using Visual Studio Express 2010 and the SQLite3 table 
which Django uses?

Currently I can read and display the string information within the VB 
application. My end goal is to:

1. Read the string (which is currently working OK)
2. Write the string into the SQL table (which I have no idea how to do)
3. Plot the data line using Django Chartit (Also have no idea how to do)

Thanks for any guidance or references.



-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to