This is really weird. I have a query in sql that runs like this:
SELECT * FROM uvTTExport option (force order)
It runs fine and returns 800+ records.
I need to run this query in Access so I can use some Visual Basic + MAPI
code to process the records... so I created a pass-through query wit...
more >>
I´m using Jboss and SQL Server i have an entity Java bean with a Date
field. This is the code:
/**
* @ejb.persistence
* column-name="FECHA"
* jdbc-type="DATE"
* sql-type="datetime"
*/
public abstract java.sql.Date getFecha( );
public abstract void setFecha( ja...
more >>
I have migrated a database from watcom 4.0(f) to a MS-SQL
server 7.0 running on a NT 4.0 service pack 6.0
Now, I am trying to get in with its current 16-bits
powerbuilder 4.0 (4.0.06) application.
According with an article I found at
http://www.sybase.com.cn/cn/content/support/exp_jszc_p...
more >>
I'm running an append query from within Access that
appends 130,000 records into a heavily indexed SQL Server
table. It takes over four hours to complete this query. Is
there a technique to speed up this query, and why does it
take so long?...
more >>