• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

missing one record from excel to access using datasources for both drivers

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good Morning..Iam reading data from .xls Sheet and writing data to access database by craeting datasources for both Excel and access drivers in administrative tools..but my problem is when iam writing to access one less row is coming to access..if i have 5 rows in Excel sheet but only 4 rows are coming to access..but my logic is perfect..iam unable to solve my problem..please any one help me...

thanking you....
 
Marshal
Posts: 28177
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Nalla Praveen wrote:but my logic is perfect...



This is not an assumption that a real programmer would make. On the contrary, the chances are that the problem is your fault. And it's probably something simple -- after all your program isn't very complicated at all, is it? Probably something like failing to commit something, or close something.
 
Sheriff
Posts: 22781
131
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Paul is right. Most times I encounter a problem, it's because of a small little error I let slip in. Just yesterday I was looking for about 15 minutes why something wasn't working when I noticed I made a simple copy-paste error...
 
Bartender
Posts: 2661
19
Netbeans IDE C++ Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch, Nalla!

Can you post the piece of code that shows us the logic that you used?
 
Nalla Praveen
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is my code...check it and provide me solution

 
reply
    Bookmark Topic Watch Topic
  • New Topic