Ask a Question related to Coldfusion Database Access, Design and Development.
-
Tomdogggg #1
Easier way to insert 100000 records into MSACCESSdatasource?
I'm crashing my server with a CFLOOP command that loops through a query result
set(query of queries). Is there anyway that I can insert ALL of the records
with ONE query? My only idea so far would involve accessing BOTH the query
result set AND the actual datasource in the same query; is there a way to do
this. My code right now looks like this:
<cfquery datasource="myDS">
SELECT COL1,COL2,COL3
INTO DATASOURCE_TABLE
FROM QUERY_RESULT_SET
</cfquery>
Is there a way to do the insertion WITHOUT looping and crashing my server?
Tomdogggg Guest
-
An easier way to insert data from Query Object intodatabase?
I'm currently using CFHTTP to get a CSV file and convert it into a QUERY OBJECT. I want to take this query object and insert it into a DATASOURCE I... -
2 insert records and One page
have a page with two survey forms is it possible to have two insert records on one page but in two different forms? ~Speegs -
Insert Records from checkboxes
Hi, I would like to be able to insert multiple records into a database using checkboxes. A query is used to display the checkboxes. How can... -
insert multiple records with ASP.NET
Ok, I have seen the question asked, yet have not seen any answers. I know how to insert multiple records with .asp, but how would I do it with... -
insert records
See if a file with an extension .ldb (probably your db_file_name.ldb) is present. If yes, try to delete it. If it says: file in use, try to quit DW....



Reply With Quote

