Using the BULK INSERT requires certain permissions, how do you set permissions in SQL for a user to read in csv files in a stored procedure and also from the SQL Studio itself?
Type: Posts; User: Sam Neuner
Using the BULK INSERT requires certain permissions, how do you set permissions in SQL for a user to read in csv files in a stored procedure and also from the SQL Studio itself?
Looks like it. Will test it.
Something very strange (BTW, this is on a customer's site). We have 19.1 and 20.1 both using the same Test Database in MSSQL. The 19.1 has two managed connections, one using trusted connection and...
Sorry wrong post, please ignore! (This was for the WebPrompt problem that I have solved).
Send FindFromTop did the trick!
Object oCARSTATWebLookup is a cWebModalDialog
Set piColumnCount to 12
Set psCaption to "Load Tracking Lookup"
Set piWidth to 700
Set piHeight to 400
{ WebProperty=ServerSession...
Reading the property is not the problem. During debugging the constraint is getting the correct value, it is just not displaying any rows!
Setting up a new WebApp (20.1) and connecting to SQL Server database. Getting the following error:
[Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Login failed. The login is from an...
DD:
Procedure OnConstrain
String sOption sDate
Date dToday dLastWeek
Sysdate dToday
Move (dToday - 7) to dLastweek
Forward Send...
I have a Web Prompt with constraints that can be changed with a Web Combo. The Model Dialog has a Web Property that stores the combo selection that is defaulted to one of the combo items. The...
A WebGrid with a "Required" column will not let you exit the row even when no changes have been made. Even after you click "Clear/Add" on the Toolbar. What is the problem?
Just to clarify, using DF 19.1. The windows event log states: "Failed to start child process WebApp.exe". Under "Details" it states: "The system cannot find the file specified ("WebApp.exe").
Another issue, when we try to run the WebApp outside the debugger using "Open Application URL" it will not run or gives an error 5122. I think it must be a permissions issue but need some assistance...
Resolved the issue. The setup at the customer site where we are developing the WebApp has to have the AppHtml, Data, and Programs on the developers local machine to run the WebApp on the localhost. ...
Will try the Alt +G.
No SQL filter. Only seems to happen when a Lookup is attached to the DD. Deleted the original Lookup and created a new one with the Wizard. Still get the error.
Cleared browser cache and the table CCH.
It is on a customer's system. I will get a copy and post it.
DF 20.1. Have a very strange error! When loading the WebApp it generates an error referencing a column name that is no where to be found in the code! That column name was renamed but the error is...
My question would be, how are you suppose to do Lookups in a drilldown style? I know you can set the button in the Webform and send Popup, but I mean what is DAC's thinking here?
Thanks Peter did not know there were differences like this in the style. Any others of significance that you are aware of?
DrilllDown.
DF 2019. What would cause a Web Prompt List assigned in the DD to the column, but not the main table, to not display the lookup button and not Popup the List? The peUpdateMode is set to...
Set psTheme to "Df_Windows_Like"