Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > inetserver asp db > recent posts

Re: BLOB to MS Word via ASP/VBScript
Posted by Mark J. McGinty at 11/2/2007 9:59:39 PM
"S." <s.pastoriza@gmail.com> wrote in message news:1193848987.311785.249930@v23g2000prn.googlegroups.com... > I've been researching this for two days without little success. I have > an ASP that accesses an Oracle BLOB to extract MS Word documents > (later to include excel, power point, pdf, ...more >>


Re: Import of MSDTC transaction failed: XACT_E_NOTRANSACTION.
Posted by Seguros Catatumbo at 11/2/2007 7:44:16 AM
On 2 nov, 08:45, Seguros Catatumbo <seguroscatatu...@gmail.com> wrote: > I have been searching this error everywhere, and it talks about some > RPC permission or something. But it only happens to a specific user. > The difference is that on this specific user, there are four or five > more inser...more >>

Import of MSDTC transaction failed: XACT_E_NOTRANSACTION.
Posted by Seguros Catatumbo at 11/2/2007 5:45:46 AM
I have been searching this error everywhere, and it talks about some RPC permission or something. But it only happens to a specific user. The difference is that on this specific user, there are four or five more inserts to the database. On the top of the asp page i have: <%@ TRANSACTION = r...more >>

Re: BLOB to MS Word via ASP/VBScript
Posted by Anthony Jones at 10/31/2007 10:35:06 PM
"S." <s.pastoriza@gmail.com> wrote in message news:1193848987.311785.249930@v23g2000prn.googlegroups.com... > I've been researching this for two days without little success. I have > an ASP that accesses an Oracle BLOB to extract MS Word documents > (later to include excel, power point, pdf, and...more >>

Re: Merging recordsets from two different DBs
Posted by Massimo at 10/31/2007 9:56:10 PM
"Bob Barrows [MVP]" <reb01501@NOyahoo.SPAMcom> ha scritto nel messaggio news:eDNwWX$GIHA.6044@TK2MSFTNGP04.phx.gbl... > Why not? Just open a recordset on the first database, disconnect it, > open another recordset on the second database, loop through it to add > its data into the disconnected...more >>

Re: Merging recordsets from two different DBs
Posted by Massimo at 10/31/2007 9:54:10 PM
"Stephen Howe" <stephenPOINThoweATtns-globalPOINTcom> ha scritto nel messaggio news:ugEpWX$GIHA.5980@TK2MSFTNGP04.phx.gbl... > Nearly all the databases I know have a way of registering a remote > server. > See SQL Server 2005 Books Online > > You want to run the system SP: > > sp_addlinke...more >>

Merging recordsets from two different DBs
Posted by Massimo at 10/31/2007 8:07:41 PM
I have an ASP (classic ASP) page which queries data from two databases residing on the same SQL Server 2005 instance; it takes advantage of this by using a query like this: SELECT Something FROM DB1.dbo.SomeTable UNION SELECT SomethingElse FROM DB2.dbo.SomeOtherTable The two tables have,...more >>

Re: Merging recordsets from two different DBs
Posted by Stephen Howe at 10/31/2007 7:49:22 PM
> ...but security issues are pressing toward opening two distinct > connections to the two servers and perform two queries. Oh sorry I did not see that. I go along with Bob's approach Stephen Howe ...more >>



Re: Merging recordsets from two different DBs
Posted by Stephen Howe at 10/31/2007 7:40:04 PM
"Massimo" <barone@mclink.it> wrote in message news:O0LoNF$GIHA.4228@TK2MSFTNGP02.phx.gbl... >I have an ASP (classic ASP) page which queries data from two databases >residing on the same SQL Server 2005 instance; it takes advantage of this >by using a query like this: > > SELECT Something ...more >>

Re: Merging recordsets from two different DBs
Posted by Bob Barrows [MVP] at 10/31/2007 5:16:16 PM
Massimo wrote: > "Bob Barrows [MVP]" <reb01501@NOyahoo.SPAMcom> ha scritto nel > messaggio news:eDNwWX$GIHA.6044@TK2MSFTNGP04.phx.gbl... > >> Why not? Just open a recordset on the first database, disconnect it, >> open another recordset on the second database, loop through it to add >> its dat...more >>

Re: Merging recordsets from two different DBs
Posted by Bob Barrows [MVP] at 10/31/2007 3:40:04 PM
Massimo wrote: > I have an ASP (classic ASP) page which queries data from two databases > residing on the same SQL Server 2005 instance; it takes advantage of > this by using a query like this: > > SELECT Something FROM DB1.dbo.SomeTable > UNION > SELECT SomethingElse FROM DB2.dbo.SomeOtherTa...more >>

Re: BLOB to MS Word via ASP/VBScript
Posted by DA Morgan at 10/31/2007 2:15:25 PM
S. wrote: > I've been researching this for two days without little success. I have > an ASP that accesses an Oracle BLOB to extract MS Word documents > (later to include excel, power point, pdf, and text). The document is > stored there via Rational ClearCase. > > I'm able to access the data ...more >>

BLOB to MS Word via ASP/VBScript
Posted by at 10/31/2007 9:43:07 AM
I've been researching this for two days without little success. I have an ASP that accesses an Oracle BLOB to extract MS Word documents (later to include excel, power point, pdf, and text). The document is stored there via Rational ClearCase. I'm able to access the data in the BLOB, but when I...more >>

Re: Updating text box based on value from Drop down
Posted by McKirahan at 10/29/2007 1:22:27 PM
"navin" <navin.narayana@gmail.com> wrote in message news:1193668049.267674.128980@k79g2000hse.googlegroups.com... > Hi All, > > I have designed a webpage for my office and have published the site > from my system. In my webpage, I have a drop down which contains > different activities we work ...more >>

Updating text box based on value from Drop down
Posted by navin at 10/29/2007 7:27:29 AM
Hi All, I have designed a webpage for my office and have published the site from my system. In my webpage, I have a drop down which contains different activities we work on, which is stored in a database. My requirement is that, as soon as user selects an activity, page should retrieve all th...more >>

Re: Drop down list
Posted by McKirahan at 10/25/2007 5:32:27 PM
"navin" <navin.narayana@gmail.com> wrote in message news:1193348024.717945.81660@o38g2000hse.googlegroups.com... > On Oct 25, 11:45 pm, "Bob Barrows [MVP]" <reb01...@NOyahoo.SPAMcom> > wrote: > > navin wrote: > > > Hi All, > > > > > In a drop down box i am populating all the weeks from 1 to 5...more >>

Re: Drop down list
Posted by Bob Barrows [MVP] at 10/25/2007 2:45:18 PM
navin wrote: > Hi All, > > In a drop down box i am populating all the weeks from 1 to 52, but > whenever the page loads, i want it show the current week number as > selected value. > > > Below is what is did: > > > <option selected value="<% DatePart("ww", Now()) %>"> <% wkCnt %> </ > o...more >>

Re: Drop down list
Posted by navin at 10/25/2007 2:33:44 PM
On Oct 25, 11:45 pm, "Bob Barrows [MVP]" <reb01...@NOyahoo.SPAMcom> wrote: > navin wrote: > > Hi All, > > > In a drop down box i am populating all the weeks from 1 to 52, but > > whenever the page loads, i want it show the current week number as > > selected value. > > > Below is what is d...more >>

Drop down list
Posted by navin at 10/25/2007 11:28:47 AM
Hi All, In a drop down box i am populating all the weeks from 1 to 52, but whenever the page loads, i want it show the current week number as selected value. Below is what is did: <option selected value="<% DatePart("ww", Now()) %>"> <% wkCnt %> </ option> But when my page load...more >>

Fatloss computer program
Posted by Angel vasquez at 10/15/2007 7:29:40 PM
I have been using this computer program for a couple weeks now and i am very pleased with the results so far. its a software fatloss program, if your looking for a diet/weightloss plan i reccomend you check this place out first: http://fatloss9.50webs.com ...more >>

Re: Page inserting blank
Posted by Daniel Crichton at 10/15/2007 12:00:00 AM
navin wrote on Sat, 13 Oct 2007 06:57:28 -0700: > Hi All, > i am trying to insert some records through ASP. In order to insert new > record, i have a link "Add New". Problem is when i click on link "Add > New" and go back to the view page, without saving any data, my page > still inserts ...more >>

HP Desktop for sale!
Posted by pbdude at 10/14/2007 4:04:20 AM
Hi, I have an unused HP Pavilion with the fallowing specs: # Processor: AMD Athlon 64 X2 4000+ (2.1GHz, 2000MT/s System Bus) # Memory: 2048MB PC2-5300 DDR2 SDRAM memory (2x1GB) (expandable to 8 GB (4 x 2 GB) (64-bit OS)/ 4 GB (4 x 1 GB) (32-bit OS)) # Hard Drive:320GB 7200RPM SATA 3G (3.0 Gb/s...more >>

Watch NFL Games Online
Posted by Dexter H. at 10/13/2007 9:57:49 PM
Watch NFL Games Online! For every one who wants to watch the games online because they dont live in the teams town or are at work i found a site that has basically every game covered. Its perfect if you have afford a monthly $70 direct tv nfl access subscription. they got a bunch of channels The s...more >>

Re: Page inserting blank
Posted by Jon Paal [MSMD] at 10/13/2007 8:45:40 AM
validate your sql statement with a Response.Write to verify you have it correct before the sql is executed. ...more >>

Page inserting blank
Posted by navin at 10/13/2007 6:57:28 AM
Hi All, i am trying to insert some records through ASP. In order to insert new record, i have a link "Add New". Problem is when i click on link "Add New" and go back to the view page, without saving any data, my page still inserts blank data into the database. i am using the below code: <%...more >>

Re: (0x80004005) Data source name not found
Posted by Bob Barrows [MVP] at 10/12/2007 12:00:00 AM
Daniel Crichton wrote: > Bob wrote on Mon, 8 Oct 2007 08:20:52 -0400: > >> navin wrote: > >>> ' Open Connection to the database set xConn = >>> Server.CreateObject("ADODB.Connection") >>> xConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & >>> strDBPath & ";" > >> This is not the...more >>

Re: (0x80004005) Data source name not found
Posted by Daniel Crichton at 10/12/2007 12:00:00 AM
Bob wrote on Mon, 8 Oct 2007 08:20:52 -0400: > navin wrote: >> ' Open Connection to the database set xConn = >> Server.CreateObject("ADODB.Connection") >> xConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & >> strDBPath & ";" > This is not the connection string to use for a...more >>

Re: SQL ?
Posted by Paulo at 10/11/2007 3:24:34 PM
Using SQL Server 2000 Yes Im using .net, but if you tell me the only way is creating a second RecordSet and populating it I do it via programming... Just want to know if it is possible to be done via pure SQL... Thanks man! "Bob Barrows [MVP]" <reb01501@NOyahoo.SPAMcom> escreveu na men...more >>

Re: SQL ?
Posted by Bob Barrows [MVP] at 10/11/2007 2:46:22 PM
Paulo wrote: > Using SQL Server 2000 > > Yes Im using .net, but if you tell me the only way is creating a > second RecordSet and populating it I do it via programming... > > Just want to know if it is possible to be done via pure SQL... > Well, I'm not really sure why you don't use the ord...more >>

SQL ?
Posted by Paulo at 10/11/2007 2:40:55 PM
Hi, I need to create a ranking column wich will be the row number... it is the seller wich most sells... example below: NOME_EMPRESA Ranking NOME_PROMOTOR VL_CREDITO EMPRESA 1 Paul 2.212,00 EMPRESA 2 Robert 1.500,00 EMPRESA ...more >>


DevelopmentNow Blog