| Thread | Last Post | Replies |
|
| SQL Database in ASP | 31 Dec 2003 20:43 GMT | 1 |
I don't know if this is the right group or not to discuss this issue with, but I am hoping so. I have an SQL database and am trying to use frontpage as my interface. I am able to query the database fine and present the data on a webpage; however, I want a way to modify- add ...
|
| no records | 31 Dec 2003 18:59 GMT | 5 |
Hi, I am writing a jsp page to get data from db. <%@ Language=VBScript %> <!-- #include file="ConnString.asp" -->
|
| OLEDB connection string help | 31 Dec 2003 04:53 GMT | 2 |
I'm trying to connect to a SQL Server using dsn-less connection string such as "PROVIDER=SQLOLEDB;DATA SOURCE=SQLSERVER;UID=DOMAIN\username;PWD=password;DATABASE =myDB" I know it works with Standard SQL Server
|
| how to display data in 3 columns by 4 rows format | 31 Dec 2003 04:30 GMT | 2 |
All, I will be eternally greatful if someone can provide snippet of code, URL or reference material that shows how to display data in a "n colums * n rows" format.
|
| Paging | 30 Dec 2003 23:10 GMT | 3 |
I have a search page with some criterias. SQL query created in separate include file (SearchCriteria.asp) based upon choosed criteria. I choose criteria and go to result page. For instance, "SELECT * FROM Table1 WHERE x=5". Paging works fine only for first page. When I click NEXT, ...
|
| How to show record in new form by clicking on name | 30 Dec 2003 23:00 GMT | 2 |
I have a asp-build grid with some records. The name of a record is a {Link}. I want to be able to click on the link and open a new asp-form that has an editable grid. That form must only show the record which was clicked.
|
| How to ensure 2 places to right of decimal | 30 Dec 2003 23:00 GMT | 2 |
How can I make certain that decimal values print out 2 places to the right all the time when displaying them on a website coming from an Access database. Its defined in the database as a Number, Single, Auto, should I make it
|
| How can I deny users changing records | 30 Dec 2003 23:00 GMT | 2 |
I have an Access db which has a LoginCheck table. I use this table to login with name and password. But there is also in the table a field right which can be "read" or "write".
|
| Show memofield in seperate form | 30 Dec 2003 22:50 GMT | 2 |
I have a asp-page that shows all data from one record in my database. Every record also has a memo-field but since there's so much text in it I wanted to have a button on my form that will open a seperate form containing the memo-field. So a user can always decide if he wants to
|
| login Prob | 30 Dec 2003 22:50 GMT | 2 |
hi..i am trying to make a login page and i am using access table.. when the user enters his userid and password i want to check the password from the table..
|
| Help with OLEDB connection string | 30 Dec 2003 18:48 GMT | 3 |
I'm following the below example in order to create a connection to my Access database. My question is, is it possible to include the username and password as part of the connection string? I've tried appending "UID=username;PWD=passsord" to the cst connection string, but I get a ...
|
| Complex situation | 30 Dec 2003 16:26 GMT | 1 |
OK, here's the scenerio. One department here uses the same Access database (on a network) for various reasons, all different, but with the same data. Now, I've created a separate SQL Server db to
|
| help me with crystal reports. | 30 Dec 2003 15:48 GMT | 2 |
I'm in trouble with reporting data on web with crystal reports. for me it's not easy to find some sample codes(ASP). does anyone have some example asp codes? I use Windows 2k server and SQL server 2k.
|
| Get last part of a string | 30 Dec 2003 04:27 GMT | 5 |
I'm trying to get the last part of a string. In VB there's a function called lastinstr() who does the work. But it doesn't seem to work in ASP. The string I have is for example:
|
| Connection from ASP Page to Oracle Fails | 30 Dec 2003 00:56 GMT | 6 |
I am trying to connect to our corporate Oracle database to query some data in an ASP page. My experience with ASP has always been with SQL Server and Access databases, but I figured I could get a connection string to work. I tried
|