Search Results

3
votes
4answers
1k views

Return a value from a insert statement.

Working with an Oracle 9i database from an ASP.NET 2.0 (VB) application using OLEDB. Is there a way to have an insert statement return a value? I have a sequence set up to number entries as they …
1
vote
2answers
88 views

Constructing a good search query using system.data.oracleclient

I am constructing a search function in a class to be used by several of our asp pages. The idea is simple, take a search term from the user and query the database for the item. Currently I am doi …
0
votes

Which language should I pick up: VB.Net or C#

I'd recommend both. Start with whichever you have a solid background with. I've got a few years of VB.NET under my belt, and find it a little annoying that when I go to look up help topics for .N …
0
votes

Something like viewstate and session

I'm starting to think the answer shown in the following question will work: http://stackoverflo …