TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
a r
NA
1
0
Modifying program
Jan 25 2006 11:11 AM
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!
Reply
Answers (
1
)
Connextion String for Oracle
Updating SQL Server using Table adapters