I have a web page written in web express 2012 using vb.net
using webform
i am copying a text field from an existing database and adding it to another
Dbe = New DAO.DBEngine()
Db = Dbe.OpenDatabase(svr)
etc
Rs.Fields("Title").Value = TextBox4.Text
Rs.Fields("Composer").Value = TextBox9.Text
textbox4 contains as below
notice the ' above the o
Aclamación 1
when this line is written out to the title field it converts it to asc 243 and shows 243 rather than
the o with a ' above it
Is there any way to get it written out correct it...
Regards Trob70
using webform
i am copying a text field from an existing database and adding it to another
Dbe = New DAO.DBEngine()
Db = Dbe.OpenDatabase(svr)
etc
Rs.Fields("Title").Value = TextBox4.Text
Rs.Fields("Composer").Value = TextBox9.Text
textbox4 contains as below
notice the ' above the o
Aclamación 1
when this line is written out to the title field it converts it to asc 243 and shows 243 rather than
the o with a ' above it
Is there any way to get it written out correct it...
Regards Trob70