- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- struct sqlexd stml varaible is showing same value ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2018 03:55 AM
04-13-2018 03:55 AM
struct sqlexd stml varaible is showing same value for two different Query in two different functions
Hi,
Greetings.
Currently I started working on project which is having lot of Proc* code written. My compiler is converting .pc file in to .cpp file.
I am having two functions with different query where few columns names are changed as well as table names are also different in FROM clause.
During Proc compilation phase .pc getting successfully compiled to .cpp file but when I saw the generated code I found that the code generated for both functions are different but few things which are related to "struct sqlexd" structure is same as of previous function.
For example :
sqlstm.stmt = sq0005;
sqlbuft(&cont,
both are having the same syntax. Since newly added function is somewhat different in terms of TABLE name and COLUMN name later syntax is not getting compiled properly and getting converted to object file (.o).
I am trying to figure out root cause of the issue but till now no luck.
Any help/pointer will be apprecited.
Thanks,
Mahendra Thapa