In order to get around not being able to manipulate flash objects, I decided create inserts in the backend since we are not concerned with how the flash object operates, but it is essential to our product.
For some reason I can't write into a sql server database from Telerik. I have been able to read though. The line of code above does nothing and script step still passes. I have used the same connection string and command in a .vb file and have been able to insert. Is there something that I am missing?
Thanks,
Jonathan
thisCommand.CommandText = "INSERT INTO TEST VALUES('TEST')"
(Test table only has 1 column)
For some reason I can't write into a sql server database from Telerik. I have been able to read though. The line of code above does nothing and script step still passes. I have used the same connection string and command in a .vb file and have been able to insert. Is there something that I am missing?
Thanks,
Jonathan