Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2025 12:37 AM
Hi , Appreciating for ur reply.the case is like In Databricks, when I use the procedure directly (for example, by calling `CALL procedurename()`), it returns the expected results — I have tested it with a single-row return. However, when I call the same procedure from my C# .NET API, there is no error, but the result rows are not being returned.