Hi,
Interesting problem I have come accross. I am writing an application to compare two oracle schemas and update one to the other. Part of this process is creating functions that don't exist. In one of the function text's there are curly braces inside a comment. When trying to create the function through ado it errors with 'One or more errors occurred while executing the command'. This only happens when the command text includes {}'s. Does anyone know why this happens? does ADO reserve curly braces for any reason? is there anyway to use escape codes in front of them?
cheers for any help
Matt
Interesting problem I have come accross. I am writing an application to compare two oracle schemas and update one to the other. Part of this process is creating functions that don't exist. In one of the function text's there are curly braces inside a comment. When trying to create the function through ado it errors with 'One or more errors occurred while executing the command'. This only happens when the command text includes {}'s. Does anyone know why this happens? does ADO reserve curly braces for any reason? is there anyway to use escape codes in front of them?
cheers for any help
Matt