Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Datareader.read()
Message
De
22/03/2009 03:12:14
Arjun Bagojikop
Dynamic Super Software
Sangli, Inde
 
 
À
22/03/2009 00:33:58
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Versions des environnements
Environment:
VB 9.0
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01390223
Message ID:
01390360
Vues:
35
Thanks a lot off Bonnie Bernet for given valuable time
i will follow your suggestion
i am very happy to see you code as
Dim csql As String = ""
csql = [String].Format( _
      "insert into Employee_week_offdays (emp_unique_code,week_off_date,off_day) " + _
                 "values({0}, {1}, {2})", @emp_code, @mydate, @off_day)

'can i write this like
'mytable from dataset

Dim csql As String = ""
csql = [String].Format( _
      "insert into Employee_week_offdays (emp_unique_code,week_off_date,off_day) " + _
                 "values({0}, {1}, {2})", select emp_unique_code,week_off_date,off_day from mytable )
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform