1
Answer

Modifying program

Ask a question
a r

a r

18y
2.9k
1

Hi,

I have a found a program that meets my needs, and would like to make only slight modifications to its source code. I am new at C#, so would appreciate your advice.

The program I wish to modify is QueryBuilder100NKI and can be found at this URL:
http://www.c-sharpcorner.com//Database/QueryBuilder100NKI.asp 

Here's what I want to change:
-Instead of connecting an oracle DB....I want it to connect to an access database (the access databse is just a simple database with 1 or more tables, and is stored locally on the same machine as this program)

-Instead of displaying five records per page....I'd like it to display 50 records on the same page.

Could someone please explain how to make these changes? Thanks in advance!

Answers (1)