I want to connect to a sybase database on a server.
I don't have a odbc driver for this. Where can i get one?
I would like to use a dsn-less connection but don't know the string to fill in into the connectionstring-property either.
Can someone help me please?
thanks
I want to connect to a sybase database on a server.
I don't have a odbc driver for this. Where can i get one?
I would like to use a dsn-less connection but don't know the string to fill in into the connectionstring-property either.
Can someone help me please?
thanks
I want to connect to a sybase database on a server.
I don't have a odbc driver for this. Where can i get one?
I would like to use a dsn-less connection but don't know the string to fill in into the connectionstring-property either.
Can someone help me please?
thanks
I want to connect to a sybase database on a server.
I don't have a odbc driver for this. Where can i get one?
I would like to use a dsn-less connection but don't know the string to fill in into the connectionstring-property either.
Can someone help me please?
thanks
You can fill a cell by using this function :
form1.<objectid>.activesheet.cells(1,1).Value = <something>
Only one thing to do now : make sure the data on the datagrid in the previous page appears in the cells. It's easier to fill the spreadsheet yourself than let the computer do it. Any help...
We found out you can import a spreadsheet as a com-object, but still didn't manage to fill it. You can't do anything with it in ASP.NET, we tried it in HTML with vbscript, but it seems to fail either. Come on Jack, you have to know a solution to this :)
We have a page with 2 different frames. There's a dropdownlist on the left frame, in which you can choose a company, the data on the right frame is depending on the company. How can we change the right frame if we choose another company in the dropdownlist? We cannot use hyperlinks because we...
How can I get an excel window visible on my screen?
I can create and manipulate and even save it but it doesn't appear on the screen, although its process is running in my task manager.
btw, we are using 2 computers, the other problem with the acces-problem is not over :s
I'm administrator of the computer, I've given myself all the rights possible on Excel, ...
Still it's always the same :
Exception Details: System.UnauthorizedAccessException: Access is denied.
The ASP.NET process is not authorized to access the requested resource. For security reasons the...
We'd like to export data from an asp.net-page to excel. We tried this :
Dim oExcel as Excel.application
Dim OBook as Excel.Workbook
Dim oSheet as Excel.Worksheet
oExcel = New Excel.Application()
oBook = oExcel.Workbooks.Add
oSheet = oBook.Worksheets(1)
oSheet.Cells(1,1) = "hello"...
Ok, sorry 4 asking, I think I fixed it :
DEFAULTSTYLE="font-family:Verdana,Helvetica;font-size:xx-small;font-weight:bold;color:navy"
Still have a question though : is it possible to use "headers" (different styles for the nodes) ?
With defaultstyle I managed to change the color and the font-weight, but if I try to set the font-name to verdana, nothing happens.
DEFAULTSTYLE="font-name:Verdana;color:navy"
I don't think there's a mistake in this, anyone with the same problem? Or with a solution?
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.