Create objects from online database after user input

Create objects from online database after user input

Alessandro346
Participant Participant
829 Views
2 Replies
Message 1 of 3

Create objects from online database after user input

Alessandro346
Participant
Participant

Hi, I have got a complicate question. This is more asking for a starting idea. So, these are the elements I have:

- an online database sqlite/mysql (not a problem switch to something else)

- the data could be served as many ways: csv, json, xml, html. I own the server and the db so I can develop the more suitable representation

 

The objective:

I need to paste a block from the tool palettes and create some text fields in certain relative positions from the data requested to the server.

 

How to select the correct record:

ask to the user for some fields to search. The most cool way should be use a selection field (like in html) but I think it doesn't exist.

 

What I am searching is a way to start and the right elements to use. The question as you see is quite broad, I don't even know if it's possible to do something like that. I posted in LISP section but I am open also to visual basic if it isn't possible to develop it in LISP. Many thanks to all whom try to answer.

0 Likes
Accepted solutions (1)
830 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
Accepted solution

I believe your questions will be answered better here: >> .NET <<

0 Likes
Message 3 of 3

Alessandro346
Participant
Participant

Thank you for the answer. From your link I found the introduction to AutoCAD API in C# and that's exactly what I needed (at least to start).