I have a 20 digit numeric field that I want to convert to a string but when I use the str command to put it into a character field it converts it to scientific format. Does anyone know of a string function that will avoid this problem?
I have two tables in an access database I need to select records in table1 based on information in table2. Table1 has a common field in table2. I want to get all the records in table1 that match table2.id2 when table1.id = table2.id
See example below.
table1
id first last
talbe2
id id2
Can someone tell me if there is an easy way to have two textboxes on a aspx page and have the ability to drag the text from one box to the other? I am new to both aspx so please keep that in mine. Thanks.
I have a database on my default website that has a virtual directory that has a database in it. I use oledb to connect to the database but I use that actual path and it works fine. Can someone tell me how to correctly reference the virtual directory in the connection string?
I have a database on my default website that has a virtual directory that has a database in it. I use oledb to connect to the database but I use that actual path and it works fine. Can someone tell me how to correctly reference the virtual directory in the connection string?
I imported an aspx page using "add existing item" but once the page is in my project the code behind page does not recognize the controls that are on the page.
I have a datagrid being populated with data from a file and one of the columns is a hyperlink that I want to populate with one of the fields that is a path to a file to download but I can not seem to figure out where I put the code within the datagrid control. I am assuming one of the properties...
I am trying to get the column headings from an excel file using the oledb data provider the problems is once I insert the "HDR=NO" into the string I get an "ISAM error" if I take it out everything is fine but I do not get the column headings.
Can someone tell me how I can open a visual foxpro file using a oledb data provider but then be able to output a new file in the 2x format? I have to accomodate some old software the can only handle the 2x format. Any help would be appreciated. I can open the visual foxpro file with no problem...
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.