Figured it out soon after posted....Figured post the fix in case someone else has one of those days.
Public Function GetExhibitTest() As Boolean
Dim fileName As String
Dim fileDescription As String
Dim oSDR As SafeDataReader
Dim oDasl As...
Hey guys I seem to be having one of those days where the brain is on shutdown. What I am trying to do is trying to download images from our SQLSERVER DB, rename them and save them to a folder on the laptop to use when app is disconnected from server.
Currently they are brought back and stored...
Agree there are tutorials out there but as of yet I have not been able to find one that uses a stored proc to get the data and data bind each indiv record differently (i.e. Black = Active, Gray = Inactive) to a ComboBox/ListView based upon a field in the table (status field) without looping...
Thanks, Hadn't thought of that. However that may not solve all my issues since I am data binding my listviews with stored procs and not looping.......at least for now.
DB for record is inactive. Record still needs to be selectable but user wants to see by color change if is an inactive record. Any help or assistance to point me in right direction would be appreciated as this became a requirement for project after coding on application had begun, thus time for...
Group looking to use treeview as main navigation tool for windows app and want treeview and its nodes to be populated based on users security roles in database. Pretty new to using treeviews and have been playing around some with limited success and was wondering if the gurus here had any...
Thanks Christiaan. I though about that late last night, though still had problem with image displaying when started looking at this morning. With a little more research and playing around I got it to work (see changes below).
Dim bits() As Byte
bits =...
I am trying to download and display an image that I had previously uploaded to SQL Server database and keep getting this error below.
Value of type '1-dimensional array of System.Object' cannot be converted to '1-dimensional array of Byte' because 'System.Object' is not derived from 'Byte'...
According to a Microsoft rep/instructor who spoke to us at work that change was supposed to have been made in the 2005 release to resemble what we had in VB6. Oh well, I guess I was misinformed that only goes to prove Mom was right about not believing everything you hear. Haven't looked at 2005...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.