Click here to Skip to main content
15,887,272 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Web page optimization when displaying same image several times [modified] Pin
Not Active12-Aug-11 1:08
mentorNot Active12-Aug-11 1:08 
GeneralRe: Web page optimization when displaying same image several times Pin
Gerben Jongerius12-Aug-11 3:41
Gerben Jongerius12-Aug-11 3:41 
GeneralRe: Web page optimization when displaying same image several times Pin
Not Active12-Aug-11 4:16
mentorNot Active12-Aug-11 4:16 
GeneralRe: Web page optimization when displaying same image several times Pin
#realJSOP1-Sep-11 9:50
mve#realJSOP1-Sep-11 9:50 
GeneralRe: Web page optimization when displaying same image several times Pin
Not Active1-Sep-11 11:15
mentorNot Active1-Sep-11 11:15 
AnswerRe: Web page optimization when displaying same image several times Pin
cjoki1-Sep-11 11:16
cjoki1-Sep-11 11:16 
Question[IE]Sending non-english characters via jquery.ajax Pin
benams11-Aug-11 2:10
benams11-Aug-11 2:10 
QuestionData missing While importing Text file (.txt) to sql server 2008 using ASP Pin
priyaahh9-Aug-11 20:12
priyaahh9-Aug-11 20:12 
Hi Friends,

I am using asp to import data from .txt (tab delimited) to SQL Server 2008.

I have found some problem with my code now. ie., some data is not getting read from textfile hence its not inserted into table. But still data present in .txt. I am not sure what will be the cause for this issue. Below is my code.

cnnText.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=D:\Sangeetha\commodul\ACDT\UploadFile\;" & _
"Extended Properties=""text;HDR=YES;IMEX=0;FMT=TabDelimited"""

' Load ADO Recordset with Text Data
Set rstText = Server.CreateObject("ADODB.Recordset")
'rstText.Open "Select * from [" & file_name & "]", cnnText,2,3,adcmdText
rstText.Open "Select * from [" & file_name & "]", cnnText

    Set rstAccess = Server.CreateObject("ADODB.Recordset")
    rstAccess.Open "select * from CReport", connection, 2,3

     Do Until rstText.EOF
        With rstAccess
          'if not(isnull(rstText.Fields("reporting_date"))) then
             .AddNew
              .Fields("credit_group").Value =  rstText.Fields.Item("credit_group")
              .Fields("credit_group_aig_number").Value =  rstText.Fields.Item("credit_group_aig_number")
              .Fields("credit_group_gdr_id").Value =  rstText.Fields.Item("credit_group_gdr_id")'new
              .Fields("credit_group_domicile_code").Value =  rstText.Fields.Item("credit_group_domicile_code")
              .Fields("credit_group_domicile").Value =  rstText.Fields.Item("credit_group_domicile")

              rstText.MoveNext
          'else
            'rstText.MoveNext
          'end if
          End With
    Loop
      rstAccess.UpdateBatch


I have tried by keeping IMEX as 1. Only for some of the columns this problem is happening. Eg:
credit_group_aig_number
is a column where for some row records is getting read and for some row this col value its not at all reading from connector. I tried with Response.Write, no value is printing even that row is having value in text file.

I have noticed that column has input of 9 digit id which starts with number as well as alphabet. Only where its start with alphabet this is problem.

Kindly help.

Thanks,
QuestionProblem with CSS in Safari, Firefox, Chrome etc [modified] Pin
Payal_e_m9-Aug-11 16:17
Payal_e_m9-Aug-11 16:17 
AnswerRe: Problem with CSS in Safari, Firefox, Chrome etc Pin
Ed Nutting23-Aug-11 0:17
Ed Nutting23-Aug-11 0:17 
QuestionMicrosoft Web Dev Tools Pin
G-Tek8-Aug-11 4:15
G-Tek8-Aug-11 4:15 
AnswerRe: Microsoft Web Dev Tools Pin
Not Active8-Aug-11 4:59
mentorNot Active8-Aug-11 4:59 
QuestionHow can I include an arrow graphic on a selected menu item? Pin
Brady Kelly5-Aug-11 3:25
Brady Kelly5-Aug-11 3:25 
AnswerRe: How can I include an arrow graphic on a selected menu item? Pin
GenJerDan5-Aug-11 3:56
GenJerDan5-Aug-11 3:56 
AnswerRe: How can I include an arrow graphic on a selected menu item? Pin
enhzflep5-Aug-11 11:26
enhzflep5-Aug-11 11:26 
GeneralRe: How can I include an arrow graphic on a selected menu item? Pin
Brady Kelly5-Aug-11 20:27
Brady Kelly5-Aug-11 20:27 
Questionwhat does this mean in the css3 font? Pin
cjoki4-Aug-11 4:23
cjoki4-Aug-11 4:23 
AnswerRe: what does this mean in the css3 font? Pin
User 17164924-Aug-11 5:28
professionalUser 17164924-Aug-11 5:28 
GeneralRe: what does this mean in the css3 font? Pin
cjoki4-Aug-11 10:52
cjoki4-Aug-11 10:52 
GeneralRe: what does this mean in the css3 font? Pin
User 17164924-Aug-11 12:13
professionalUser 17164924-Aug-11 12:13 
GeneralRe: what does this mean in the css3 font? Pin
cjoki5-Aug-11 5:14
cjoki5-Aug-11 5:14 
QuestionContent Management System? Pin
Waqas Ahmad Abbasi3-Aug-11 20:29
Waqas Ahmad Abbasi3-Aug-11 20:29 
AnswerRe: Content Management System? Pin
SUCHIT S SHAH3-Aug-11 23:55
SUCHIT S SHAH3-Aug-11 23:55 
AnswerRe: Content Management System? Pin
Simon_Whale4-Aug-11 0:08
Simon_Whale4-Aug-11 0:08 
QuestionImg centering and music player Pin
starr0073-Aug-11 14:01
starr0073-Aug-11 14:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.