Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~10.5K People Reached
Interests
vb.net
Member Avatar for elie.karkafy

I NEED TO WRITE A CODE IN VB.NET , THAT LET ME EXPORT DATA FROM ACCESS DATABASE ( THE TABLE ATTACHED AS IMAGE ) AND IMPORT IT INTO SQL SERVER 2008 R2 . **NB : TAKING INTO CONSIDERATION DUPLICATION ** Example : if you see in the image the access …

Member Avatar for Oxiegen
0
1K
Member Avatar for elie.karkafy

how i can compare the data of two datatables ( dt1 , dt2 ) and got the difference in a thrid one dt3 dt1 and dt2 Structure ID Date Time S1 S2 EmpID IN\OUT any help ? thank you

Member Avatar for elie.karkafy
0
226
Member Avatar for elie.karkafy

i want to copy data from an access database to a sql database 2008 through coding in vb.net any help ? NB : I WANT ALSO TO CHECK FOR DUPLICATES EACH I SELECT FROM ACCESS TO COPY IN SQL

Member Avatar for hericles
0
310
Member Avatar for elie.karkafy

i need to copy my data from access database to sql database through coding in vb.net , and taking into consideration the duplicates each time i select from access database to copy to sql , any help thx

Member Avatar for elie.karkafy
0
99
Member Avatar for elie.karkafy

how i can import data from access database to my database in sql server , with a check for ducplicate each time i move data i need the code in vb.net any help ?

Member Avatar for elie.karkafy
0
984
Member Avatar for kritiohri

[code] Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click connetionString = ("server=192.9.200.82;database=eKalyan;user id=invite;password=invite") MessageBox.Show("connection established") sql = ("select newuniqueid,newteh_code,newpcate_cd,newplano, pen_nm,rel_cd,pen_fnm,ccate_cd,pan_code,pvillage,ppo_cd,spo_cd,start_qtr,last_qtr,bundle_typ,bundle_no,mo_srno,pen_amt,pen_comm,status,operatorcode from ekalyan.welpen") cnn = New SqlConnection(connetionString) Try cnn.Open() cmdd = New SqlCommand(sql, cnn) cmdd.ExecuteNonQuery() cnn.Close() MsgBox(" ExecuteNonQuery in SqlCommand executed !!") Catch ex As Exception MsgBox("cannot …

Member Avatar for elie.karkafy
0
2K
Member Avatar for elie.karkafy

http://code.daypilot.org/60174/timesheet-for-asp-net-c-vb-net-sql-server similar as this one but with windows forms

0
93
Member Avatar for elie.karkafy

i need to generate for example the January month from 1-1-2014 till 30-1-2014 in sql database using visual basic 2010 so the table will be like that Date Day Employename 1-1-2014 Wednesday elie 2-1-2014 Thursday elie 3-1-2014 Friday elie , , , , , , , , , , , …

0
67
Member Avatar for elie.karkafy

how i can design an appilcation in visual basic 2010 , the same as the attached picutre using control boxes , thanks for any help

Member Avatar for ryanjayson
0
136
Member Avatar for elie.karkafy
Member Avatar for elie.karkafy

i configure the level 2 of attachments in gpo and i indicate the extension that i dont want the use to open them , when a user receiver an attachment let say .zip an attachment wanrnig window pop up ( print screen ) how i can disable it ?

Member Avatar for CimmerianX
0
205
Member Avatar for elie.karkafy

i am using the odbc data sources ( created from the control panel --> administrative tools --> odbc data sources ) to connect the crystal report to my access database . all things good and the data sources works like a charm , till i discover that generating the report …

Member Avatar for Begginnerdev
0
214
Member Avatar for elie.karkafy

Remarque the hand punch is connected to the network throug a converter from serial to network , so i need to connect the port and the ip at the same time , any help ?

Member Avatar for elie.karkafy
0
331
Member Avatar for saintrenz

I am making a login system that records time in and time out for students.. but the student can't sign in if already "Signed In" and student can't sign Out if already "signed out" that is why i have three form. **THE CONCEPT OF THE PROGRAM: When i log in …

Member Avatar for elie.karkafy
0
241
Member Avatar for elie.karkafy
Member Avatar for elie.karkafy

i need to develop a software in which i can connect to a handpunch1000 throug vb.net and collect data , i am using visual studio 2010 any help ?

Member Avatar for oussama_1
0
775
Member Avatar for nadimfaz

hello, i am doing a mini project in vb.net2010...BLOOD BANK MANAGEMENT...but i dnt knw how to connect vb.net2010 with ms access 2007..and how to code for add, delete,update records...plz help me

Member Avatar for nadimfaz
0
1K
Member Avatar for Lejan

Hi, need some help. How can I retrieve data from MS Access database into DataGridView that allow me to ADD/UPDATE/SAVE/DELETE? Thanks. Hope someone can help me.

Member Avatar for elie.karkafy
0
248
Member Avatar for elie.karkafy

i am using an access odbc to connect my database to a crystal report , when i ma generating the report up to 10 times successivly the access con stop working , can i know why ?? and how i can make the odbc access more faster and can hold …

Member Avatar for elie.karkafy
0
114
Member Avatar for elie.karkafy
Member Avatar for elie.karkafy

i have a txt file that is exported from an attendance software as follow : Date Time s1 s2 EmpiD IN\OUT 07-24-13 12:23:52 001 07 0000020009 0300000000 07-24-13 12:24:02 001 07 0000020010 0300000000 between the columns of this txt file different spaces for example between date and time 1 space …

Member Avatar for oussama_1
0
345
Member Avatar for elie.karkafy

how to hide drives in my local computer and show it in my terminal servers using the same users , for example my user is wks410 when i loggged in my terminal servers all the drivers shoud be resitricted , when i logged in my local pc i need to …

Member Avatar for Greg_z
0
64
Member Avatar for Nebil

Hi all, I wanted to load a listbox with items from the database.I just wrote the code using oop. But on the interface i'm not sure how to read and insert the items in the listbox. How can i access the items being read at the client side(interface). Public Sub …

Member Avatar for elie.karkafy
0
204
Member Avatar for elie.karkafy

how i could import my txt file into access database 2010 using vb.net . the txt file as follow : 08-14-13 08:09:26 001 07 0000020016 0100000000 08-14-13 13:12:06 001 07 0000020014 0300000000 i should take into consideration the space between columns becauase this txt file is exported from a certain …

Member Avatar for elie.karkafy
0
807