Welcome to dbFreaks.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Storing data in database changes format.

 
   Database Help (Home) -> Visual Basic RSS
Related Topics:
SQL Format - Hi Guys, I am trying to get a selection of fields from a DB. I can select specific records using sql = * FROM cds WHERE Artist = rs.open sql,cn Not problem. But I want to able to retireve records say starting with BR. SO when I try ..

sql query returns in wrong format - Hi, Hope someone can help me with this. I have MS SQL 2000 database where i have Table and there a column wich is data type All data in this column is in form So why when i run .asp page with simple query to..

Retrieving data from a MSHFlexGrid - I've managed to set up an and store it with data from an Access DB What I'm trying to do is retrieve data from a selected row but I'm not sure what methods I need to call to get this data. Can anyone tell me how to do this or..

New record with data from other form - I would like to open a addrecord form. In this form I would like teh Field DebNr to be filled with the value of the field DebNr in my (open) form FrmStam. I used the code ; Private Sub As Integer) If

data environment in data report- error?Why - I have a vb project and I have used data reports. The reports are working perfectly well here. But when I copy the whole folder to another machine, I cannot open the and it shows error. Why?All the forms and reports can be opened in..
Next:  ADO help required  
Author Message
VBHelp

External


Since: Jun 14, 2004
Posts: 1



(Msg. 1) Posted: Mon Jun 14, 2004 8:58 pm
Post subject: Storing data in database changes format.
Archived from groups: microsoft>public>vb>database, others (more info?)

Hi All,

I am storing some equations in an Access database (datatype memo). I am
doing this through MS Equation editor 3.0.

I am using rich text box for interaction. Now when thsi stored value is
retrieved, it is in some other format. I later found that it is actually the
hexadecimal format. The values are in this format in the db table too. How
does this conversion take place? Is it by design ? If I want to display
these equations in the form, or say a report, how do I convert it back to
the original format which is understandable and readable ? Am I missing
something here?

Thanks a lot !!

 >> Stay informed about: Storing data in database changes format. 
Back to top
Login to vote
Grinder1

External


Since: Jun 14, 2004
Posts: 1



(Msg. 2) Posted: Mon Jun 14, 2004 8:58 pm
Post subject: Re: Storing data in database changes format. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"VBHelp" <anushiagarwal.RemoveThis@rediffmail.com> wrote in message
news:OmgcdsgUEHA.484@TK2MSFTNGP10.phx.gbl...
 > Hi All,
 >
 > I am storing some equations in an Access database (datatype memo). I am
 > doing this through MS Equation editor 3.0.
 >
 > I am using rich text box for interaction. Now when thsi stored value is
 > retrieved, it is in some other format. I later found that it is actually
the
 > hexadecimal format. The values are in this format in the db table too. How
 > does this conversion take place? Is it by design ? If I want to display
 > these equations in the form, or say a report, how do I convert it back to
 > the original format which is understandable and readable ? Am I missing
 > something here?

There's really no such thing as the hexadecimal format. That said however,
I believe that your equations are being munged. Can you provide code for a
simple example of saving an equation, and one for reading it, so that I can
see what you're doing?<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Storing data in database changes format. 
Back to top
Login to vote
Display posts from previous:   
   Database Help (Home) -> Visual Basic All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]