Can someone please help i have this query below that when it is pasted into access and the variables are replaced with dates the query excutes fine, but as soon as I do the same query in CF it doesn't work. No error
<cfquery datasource="#datasource#" name="get_done">
SELECT *
FROM QUARTER LEFT...
Hi every one. I have two radio buttons, yes and no. Then I have some input boxes below. If someone selects yes, they get input box 1, if they select no they get input boxes 2,3,4,5.
I am very new to javascript, can someone please help
I have this dropdown <select name="dropdown">
<option value="No selection">Make a Selection</option>
<option value="test1">test1</option>
<option value="test2">test2</option>...
I have now tried a bogus query and used a cftry and cfcatach and this did not seem to fix the problem. the only way to get it to work seems to try to upload the database to a location that does not exist and then fix the error and refresh the page and the new data is there
Does any one know if there is a possible way to disconnet from an access database in coldfusion MX. I am uploading a database to our server which is to overwrite an existing database. When the new database is uploaded I want to read from it but all I get is the data from the old one. If I put in...
Hi everyone,
I need to compare two tables in different access databases. one being the master and the other being a local table.
the master can have hundreds of records and the local have only a few. I need to compare the local to the master and display the ones that are the same and also...
Error Executing Database Query.
[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Could not find file 'C:\CFusionMX7\db\slserver54\logging\groups_master.mdb'.
The error occurred in C:\CFusionMX7\wwwroot\CFIDE\admin\upload_step2.cfm: line 39
37 ...
here is what I have
database 1 = local_groups
database 2 = master_groups
primary key in both tables = gr_local_id
<cfquery datasource="local_groups" name="get_local">
SELECT gr_local_id
FROM [GROUP]
where exists (select gr_local_id from...
I have winzip on the server that is going to try using this script
<cfexecute
name="winzip.exe "
arguments="-o -s myLocalFileName myLocalDir"
outputfile = "MyLocalDir/results.txt">
</cfexecute>
not sure on the arguments for winzip, anyone know
Hi everyone,
I need to compare to tables. one being the master and the other being a local table.
the master can have hundreds of records and the local have only a few. I need to compare the local to the master and display the ones that are the same and also display the ones that do not exist...
Not sure if this can be done or not but here it goes.
I am wondering if I can upload a file to a folder and when it is complete have the file unzip in that directory.
Can this be done
I have an access database which enclose several tables (approx. 19). I want to have a master database at a hosting company and have 4 of the same on 4 local computers.
Here is an example of how we see the application working.
Employee A has a laptop with the...
I am wondering if anyone has any good ideas for a product that can be implemented into a site that will allow members to log in and pay their annual dues and display an invoice or receipt. I dont think that it is really a ecommerce solution. roughly 100 members paying dues annually.
Any help...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.