| 1264 | // |
| 1265 | |
| 1266 | static void gen_cursor_init(const act* action) |
| 1267 | { |
| 1268 | // If blobs are present, zero out all of the blob handles. After this |
| 1269 | // point, the handles are the user's responsibility |
| 1270 | |
| 1271 | if (action->act_request->req_flags & (REQ_sql_blob_open | REQ_sql_blob_create)) |
| 1272 | { |
| 1273 | printa(COLUMN, "isc_%d = 0", action->act_request->req_blobs->blb_ident); |
| 1274 | } |
| 1275 | } |
| 1276 | |
| 1277 | |
| 1278 | //____________________________________________________________ |