0
votes
1answer
6 views
Sybase Internal Error 30016
Database server is migrated from version 12.5x to version 15.03
Sybase.Data.AseClient version - 1.15.50.0
I am getting below exception when I run few stored procedures through .Net app (using …
0
votes
0answers
6 views
Calculating the Number of needed Rows for a specific string
Hope anybody could help me with this :/
Right now I've got a PHP-Server backed by a MySQL Database and a Client-Application which queries for data. (transported via JSON)
To be specific, I transport …
2
votes
2answers
13 views
Why does JDBC driver pad some blank characterS other a queried field, from an Oracle Database ?
So, here is the code which create the table in an Oracle 10g / UTF-8 database :
CREATE TABLE TEST_SEMANTIC
(
SEMANTIC_COLBYTE char(2 byte) ,
SEMANTIC_COLCHAR char(2 char)
);
meaning, that I use …
0
votes
0answers
16 views
How do i detect the provider from a user-specified connectionstring?
My application needs to do a certain query against a user-specified connectionstring. The query will need some parameters, so I was thinking of using the DbProviderFactory , in combination with …
0
votes
8answers
72 views
How should I design this table?
Hi,
Because I have a poor memory, I want to write a simple application to store table column information, especially the meaning of table columns. Now I have a problem with my table design. I plan to …
1
vote
1answer
8 views
Android:Is there a better way to insert and/or update a database entry?
I have a database containing a userId and a note. The user doesn't know if there already is a note in the DB so they write one and click the 'Submit' button. I want to insert this note if there is no …
0
votes
1answer
9 views
Regarding ADO.Net
What is the difference between using oledbDataReader and DataAdaptor ?
Which one is best to use ? for fetching data from db...
2
votes
9answers
81 views
What’s the benefit of using a lot of complex stored procedures
For typical 3-tiered application, I have seen that in many cases they use a lot of complex stored procedures in the database. I cannot quite get the benefit of this approach. In my personal …
0
votes
0answers
9 views
Take Survey in struts
I want to create database design for taking survey. The database contains title,questions and answers in different type like(radio,drop-down-list,textbox).
0
votes
0answers
52 views
How does SO query comments ? [closed]
It will only show no more than 5 comments, how to query it in database?
I mean how to query for questions and limited comments at the same time?
1
vote
1answer
15 views
Solid white screen after a simple PHP search query even though there is html
I'm making a very simple search program for my database. When I run the query, if I search for data that I know is there, it returns the info I wanted it to and displays it. If I enter data that I …
1
vote
4answers
53 views
Creating a database remotely using C#
I'm trying to create a database by remote connecting to a SQL Server Express using Visual Studio 2008. I log onto SQL Server using SQL Authentication. I can do that remotely using SQL Server …
0
votes
3answers
27 views
Tracking external changes to a database with LINQ-to-SQL
Is there a way to get SQL Server 2005 to call back to a connected application, such that the connected application will know when a record in a table has had a field modified by another application …
0
votes
1answer
8 views
Oracle’s Bitmap Index in SQL Server
I've been successfully using bitmap indexes for years in Oracle environment. Now I'm working on a data warehouse project which will be hosted on SQL Server 2005. So far, I was unable to find an answer …
0
votes
2answers
55 views
Adoconnection asks for userid and password when opened Delphi
I am trying to open an ADOConnection component. The database is in MDB format. I use JET to access it. Whenever I use AdoConnection.Open in my code the window pops up and asks for userid and pass. I …
