Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 creation of a binary table which will form a bmp

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-01-20 : 08:26:57
abbas writes "How could i create a 600 by 480 binary digit table which will help me to form a bitmap image(24 bit )? And how it will be accssed?"

robvolk
Most Valuable Yak

15732 Posts

Posted - 2006-01-20 : 08:28:19
There are a few ways I can think of to do this, but creating a SQL table is definitely not a good one. Why would you want to use a table to construct a bitmap image? It would be much easier to use regular programming arrays and variables.
Go to Top of Page
   

- Advertisement -