Hi,
I am studying .net. I need a code to enter data into database from a website...
please help...
thank you. :)

Recommended Answers

All 4 Replies

This topic can be broad, so I'll give you the search I would use.

Then I would ask:
1) What type of database?
2) Where is it located?
3) Are you familiar with SQL?

1)database is Oracle 10g...
2)I have installed it on my pc...
3)I know basic queries of SQL but not details :(

Here is another link that shows some techniques for dealing with Oracle.

When you deal with databases, write your classes so they are not dependent on the delivery mechanism -- meaning: make sure the class you write will work if you're using ASP.NET or a console app or a WinForms or WCF, etc.

Here is another link that shows some techniques for dealing with Oracle.

When you deal with databases, write your classes so they are not dependent on the delivery mechanism -- meaning: make sure the class you write will work if you're using ASP.NET or a console app or a WinForms or WCF, etc.

thank you... :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.