PB.Ex MSSQL (Windows)

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
jacdelad
Addict
Addict
Posts: 2010
Joined: Wed Feb 03, 2021 12:46 pm
Location: Riesa

Re: PB.Ex MSSQL (Windows)

Post by jacdelad »

Hi RSBasic,
I was finally able to test your DLL. This is not a bad critique or a demand to change something, but I want to tell the problem I have with it: Using the internal database functions from PureBasic lets me grab one record after another and also fuse the blobs in my requests. With your DLL I have to reserve a certain amount of memory, which I can't, because I can't predict how many results I will get: I had a top of about 2 million yesterday. So, calculating about 300 byte per request this would make about 600MB. Now, I have to get a blob for every result...which is time consuming when getting each blob separately. So, for now I can't use this.
Beside this, I like how to grab the data easily.
Good morning, that's a nice tnetennba!

PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
Post Reply