|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Copying a database table to another database
I was looking fro a way to backup my database from within my program and found this link
http://www.Planet-Source-Code.com/v...Id=540&lngWId=1 The code described there should do the trick. but when I run the program I got a compiler error sayin Method or datamember not found. and then it points me to this point: fldTo.DefaultValue = fldFrom.DefaultValue why? |
|
#2
|
|||
|
|||
|
U have setup a database table before the statement above?..your fldfrom has the DefaultValue??
|
|
#3
|
|||
|
|||
|
yes. but that shuldnt be the problem. you see, the function is based upon fields of databases I need to set when calling the function. but the error is before called the function or even before I run the program. It is a copiler error, stating he doesnt know fldFrom has a property such as DefaultValue and its meaning. But this is because until I can call the function with the parameters, It has no meaning...
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Copying a database table to another database |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|