User Profile
Collapse
-
Yes, Have a seperate class for that Orders which include anyfunctionalit y regarding that. Then Use that in your form class. -
I got it solved. I had given ADMIN rights to IUSER and set the Impersonate to True.
Then uncheck the ANONYMOUS Authentication in IIS.Leave a comment:
-
ASP.NET Publish Compiled code Problem
I was developing a web application using the Framework version 2.0 and VS 2005. My Application runs just fine with the development server. Yesterday I had deployed the compiled code and I got the
"Object reference not set to instance of an object" error in the below method
ODPHelper.Execu teScalar()
Yes, I was using ODP helper to connect with Oracle. I had checked the ODPHelper.dll was available in the bin... -
The path of remote system should be like
\\<IP Address>\<Drive >\<Folder>Leave a comment:
-
Leave a comment:
-
Its hard to suggest u with out code snippet.
As of the error message, I understood that you are using a variable named "parameterfield " with out initiation.Leave a comment:
-
Dataset.WriteXmlSchema no extended attributes
I was saving the schema of a dataset using Dataset.WriteXm lSchema.
I am getting the result like this
<?xml version="1.0" standalone="yes "?>
<xs:schema id="NewDataSet " xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="u rn:schemas-microsoft-com:xml-msdata">
<xs:element name="NewDataSe t" msdata:IsDataSe t="true"... -
There is a tool "tablediff. exe" in sql server 2005 to sync the tables between two databases. You can use that.Leave a comment:
-
-
-
Hey,
What is the problem. No error messages and codes....
With out any info its very hard to help you.Leave a comment:
-
Quick questions,
What is the SQL Server version ? Is it Express ?
Are you using Norton or Mcafee AV ?
Seems to be some network related issue, not SQL Server's.
Try using NamedPipes for connection instead of TCP/IP.Leave a comment:
-
-
Select the count(code)
Grouby userid
Make the above in a sp and return the reult.
Based on the result increment your counter.
I was not aware of your table schema. i.e. How it was designed....Leave a comment:
-
-
Hey, You had exported the values first time and the second time you are trying to insert duplicate values and that violates key.
Truncate the table and then try...Leave a comment:
-
-
What is your version of SQL Server 2005 ?
Database Mail option will not available in Express Editions.Leave a comment:
-
radcaesar replied to Working With Two Different Stored Procedures from Different Databases in Sql Serverin SQL ServerOutput the 2 sp results into a temp table via a Cursor and then make the recordset available from the #temp table
Then Delete that #temp table.Leave a comment:
-
Its seems that your problem is with the datatype in the datatable. Check that..Leave a comment:
No activity results to display
Show More
Leave a comment: