Got it thanks.
Type: Posts; User: Sam Neuner
Got it thanks.
Just to be sure, when you say Stop the WebApp Server, you mean in the computer's Task Manager?
Cannot send a screen shot now, tech guy was supposed to restore from backup so workers could use today.
This is displayed in the browser just almost immediately after entering the url.
FYI, when uninstalling the previous WebApp we got a message that "w3pw.exe" was still running. We let the uninstall close it, but it indicated that it was not able to. However, the uninstall...
Could you explain?
Installed the recent update (from the previous version) for the WebApp at customer site and am getting "Server Error 403" - Access Denied"! Any ideas?
Think we have isolated the problem. One workstation was setup properly to access the DB. So, when this user executed the program it could not automatically access the DB and the dialog was...
How can I find out why the dialog is being displayed? What would be some of the reasons?
Does this mean system administrator?
What does sa access mean?
I do not think this is the case. However, this should not modify the Dfconn.ini!!
Just had it happen again in the Studio when going to Database Explorer. Then exiting the Studio and coming back in it asks for login!!!! We need to find out ASAP what is causing this. It is...
Something very bizarre is happening!! This customer just converted to SQL this past weekend. They also have a development license. All was well Monday and Tuesday. Today, the users could not...
Anyone know what would cause the Dfconn.ini to get modified without directly changing it? The "trusted connection" line is being removed frequently! Is there anything is the Studio, DF Reports,...
I have SET NOCOUNT ON. When executed in the SSMS it returns the value, which is just an integer. However, I get no return value when executed from DF.
I am now able to pass a table valued parameter with a stored procedure. I want to "return" a value (Select @NumberofRecords) to the DF calling component. However, I get an "Invalid Cursor State"...
I take it from your answer that if we have a large amount of records we need to print that perhaps a temporary table may be required instead of RDS?
After conducting a few tests this is what I found. DF recognizes the default date in MSSQL for a 'Date' type of '0001-01-01' as a 0. So, this should not be a problem (Hopefully)? If you move a 0 to...
When converting from Embedded to MSSQL is it necessary to modify any code references of dates > 0? Or does the DF MSSQL Driver take care of this?
Thanks Matt. I had reviewed examples of this but just was not sure how to go about it in the DF side. However, I just tested one out and it works fine!
A "created" table with data in it which will be used to do inserts, updates, deletes.
No, I want to be able to send a "table" as a parameter.
Any way to use Embedded SQL and pass a table valued parameter with it?
Why would I want to do that? :rolleyes: