I have an MSSQL database that I restored from a backup from my ISP's server onto my own local test server. When I attempt to run a ColdFusion script to add a record to a table it will not add the record, nor does it generate an error. I have the full debugging on in CF and it just says:
(Records=0, Time=0ms)
SQL = INSERT INTO OrderHist .....blah blah blah
The only thing that I can see that might be unique about the database is that it had a full text index on the ISP's server. When I look at the properties of the index, it says the status is idle. I am also able to run any kind of select statements, so CF is seeing the database.
I know I'm not giving a lot of info, but I'm a little lost as to where to start because it's not giving me an error. Does anyone have any thoughts as to what I might try?
Thanks
(Records=0, Time=0ms)
SQL = INSERT INTO OrderHist .....blah blah blah
The only thing that I can see that might be unique about the database is that it had a full text index on the ISP's server. When I look at the properties of the index, it says the status is idle. I am also able to run any kind of select statements, so CF is seeing the database.
I know I'm not giving a lot of info, but I'm a little lost as to where to start because it's not giving me an error. Does anyone have any thoughts as to what I might try?
Thanks