Click here to Skip to main content
15,896,726 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
Hello everyone..! I am not a programmer or code writer.

I need to extract data from a database and format it as shown below:

VB
map_objects_by_name->
ECAD_NAME "L_21590X12065_7620_1000"
ECAD_ALT_NAME "INDUCTOR_L_21590X12065_7620_100"
ECAD_TYPE ""
MCAD_NAME "1800-0185-03"
MCAD_TYPE "part"
END


Any suggestions will be absolutely helpful...

Thanks.

[Modified: moved </pre> tag]
Posted
Updated 31-Mar-10 6:50am
v2

1 solution

Wow...well, if you're not a programmer or "code writer" then you're going to have some issues.

I would suggest first with reading up on VB.NET.
Secondly, you'll want to look at Overview of ADO.NET[^]

This has all of the information you would need to retrieve data out of a database.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900