Click here to Skip to main content
15,890,557 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Please does anyone knows how I can resolve the strange exception throwing in my ASP.Net(VB) application? Because I use MV Studio I had to download the mysql.net library which made it possible for me to connect to mysql database. Although there was no syntax error in my queries, I keep getting exceptions. What could be wrong? The MYSQL error code I got is -2147467259.
Posted
Updated 30-Jun-12 12:46pm
v3
Comments
AshishChaudha 30-Jun-12 16:00pm    
can we see some stuff wat u did???

1 solution

The following explains it: MYSQL error -2147467259 explained[^]

The culprit is passing NULL for a DATE field ;)
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900