.Net connection problem

icobani
Member Posts: 70
I wrote a small c# code and run in timer internal 5 second. if this program is run i cant login in navision. I have a error message
please Help me [-o<
Error Message:
The following SQL server error(s) occured while accessing the Session Table: 525,"22003",[Microsoft],[ODBC Sql server][Difference of two datetime collumns caused owerflow at runtime. 3621,01100],[Microsoft][ODBC SQL Server Driver][SQL Server]The Statement has been terminated.
SQL:
IF OBJECT_ID('[tempdb]..[#$ndo$sessions]') IS NOT NULL DROP TABLE [#$ndo$sessions]...............
private void showThis()
{
string filter="select * from [" ;//+ txtCompanyName.Text + "$Demands]";
filter+=txtCompanyName.Text.Replace(".","_") + "$Demands] where [End Demand Approval]='" + txtUserName.Text + "'";
SqlConnection con=new SqlConnection(txtConStr.Text);
con.Open();
SqlDataAdapter da=new SqlDataAdapter(filter,con);
DataSet ds=new DataSet();
da.Fill(ds);
if (ds.Tables[0].Rows.Count>0)
{
string Message= ds.Tables[0].Rows.Count + " qty demand";
}
con.Close();
}
please Help me [-o<
Error Message:
The following SQL server error(s) occured while accessing the Session Table: 525,"22003",[Microsoft],[ODBC Sql server][Difference of two datetime collumns caused owerflow at runtime. 3621,01100],[Microsoft][ODBC SQL Server Driver][SQL Server]The Statement has been terminated.
SQL:
IF OBJECT_ID('[tempdb]..[#$ndo$sessions]') IS NOT NULL DROP TABLE [#$ndo$sessions]...............
private void showThis()
{
string filter="select * from [" ;//+ txtCompanyName.Text + "$Demands]";
filter+=txtCompanyName.Text.Replace(".","_") + "$Demands] where [End Demand Approval]='" + txtUserName.Text + "'";
SqlConnection con=new SqlConnection(txtConStr.Text);
con.Open();
SqlDataAdapter da=new SqlDataAdapter(filter,con);
DataSet ds=new DataSet();
da.Fill(ds);
if (ds.Tables[0].Rows.Count>0)
{
string Message= ds.Tables[0].Rows.Count + " qty demand";
}
con.Close();
}
Ibrahim COBANI | Dynamics-NAV Developer Team Manager
I m a Consult
E-Mail: ibrahim@imaconsult.com
My BLOG
I m a Consult
E-Mail: ibrahim@imaconsult.com
My BLOG
0
Comments
-
Ibrahim COBANI | Dynamics-NAV Developer Team Manager
I m a Consult
E-Mail: ibrahim@imaconsult.com
My BLOG0 -
see this: http://msmvps.com/blogs/kine/archive/20 ... 00356.aspx
Solution is to not use Per database license, because this check is connected to Per database functionality.
Of course, you still needs to fix the Session table if you need to open that "table".0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions