Re: [ITCENTER] P S 7.00

2006-01-26 Thread kullie-freakz
Salam kenal :)

Mas Coba masuk ke alamat ini
http://www.tutorialwiz.com/
atau
http://www.good-tutorials.com/

Moga bisa membantu :)

Pada tanggal 1/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> menulis:
>
> Hello Hendra,
>
> Thursday, January 26, 2006, 3:20:08 AM, you wrote:
>
> >  dear millis,
> > ada yang punya tutorial lengkap PhotoShop 7.00 ,
> > kalau ada yang punya saya minta ya..
> > atau ada ga ya situs PS 7.00 yang punya tutorial berbahasa Indonesia
> yang lengkap..
>
> Di www.ilmukomputer.com sepertinya ada
>
> Best regards,
> ad1ud1n
>
> __
> Apakah Anda Yahoo!?
> Lelah menerima spam?  Surat Yahoo! memiliki perlindungan terbaik terhadap
> spam
> http://id.mail.yahoo.com
>
>
>
>
> --
> www.itcenter.or.id - Komunitas Teknologi Informasi Indonesia
> Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED]
> :: Hapus bagian yang tidak perlu (footer, dst) saat reply! ::
> ## Jobs: itcenter.or.id/jobs ## Bursa: itcenter.or.id/bursa ##
> $$ Iklan/promosi : www.itcenter.or.id/sponsorship $$
>
> [@@] Jaket ITCENTER tersedia di http://shop.itcenter.or.id
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>


[Non-text portions of this message have been removed]






-- 
www.itcenter.or.id - Komunitas Teknologi Informasi Indonesia 
Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED] 
:: Hapus bagian yang tidak perlu (footer, dst) saat reply! :: 
## Jobs: itcenter.or.id/jobs ## Bursa: itcenter.or.id/bursa ##
$$ Iklan/promosi : www.itcenter.or.id/sponsorship $$

[@@] Jaket ITCENTER tersedia di http://shop.itcenter.or.id 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ITCENTER/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [ITCENTER] Re: Fw: Tidak bisa koneksi ke SQL Server 2000

2006-02-20 Thread kullie-freakz
Coba di check dulu di Enterprise Managernya, pake *Connection Authentication
* -nya apa, *Windows Authencation *ato *SQL Authentication.*
Klo pake *Windows Authentication* coba Skript dibawah ini

Dim cn As ADODB.Connection
Dim rs As ADODB.Recordset

 Private Sub Form_Load()
 Set cn = New ADODB.Connection
 cn.Open "Provider=SQLOLEDB;" & _
 "Data Source=Diva-serv" & _
 "Initial Catalog=Koperasi" & _
 *"Integrated Security = SSPI"  *
 Set rs = New ADODB.Recordset
 rs.Open "select * from anggota"
End Sub



2006/2/21, 9090nez <[EMAIL PROTECTED]>:
>
> baiknya bikin login baru aja dengan password juga...
> kasih permission user id baru tsb bukan cuma sampe db nya, tapi juga sampe
> ke tabel nya.. good luck
>
>
> On 2/20/06, co_rifa <[EMAIL PROTECTED]> wrote:
> >
> > User Id=sa seperti Script dibawah ini :
> >
> >
> > Dim cn As ADODB.Connection
> > Dim rs As ADODB.Recordset
> >
> > Private Sub Form_Load()
> > Set cn = New ADODB.Connection
> > cn.Open "Provider=SQLOLEDB;" & _
> > "Data Source=Diva-serv" & _
> > "Initial Catalog=Koperasi" & _
> > "User Id=sa;Password="
> > Set rs = New ADODB.Recordset
> > rs.Open "select * from anggota"
> > End Sub
> >
> >
> > User Id=sa (adalah User Id Default)
> > Kalau anda telah merubah User Id Defaultnya maka User Id nya bukan
> > sa lagi
> >
> >
> > --- In ITCENTER@yahoogroups.com, AmiGelz <[EMAIL PROTECTED]> wrote:
> > >
> > > Klo nvalid authorization mah masalah koneksi kedatabasenya :
> > > di MSSQL default usernya adalah 'sa' kalo passwordnya anda sendiri
> > yag tau
> > > kalo itu masalah permission tabel kali cuba anda cek doeloe
> > >
> > >
> > > regards,
> > >
> > > AmiGelz[A.K.A]Nurma
> > >
> > > Pada tanggal 2/20/06, Edi <[EMAIL PROTECTED]> menulis:
> > > >
> > > > Saya sedang mencoba koneksi data ke sql server2000 menggunakan
> > VB6,
> > > > perintah yg saya gunakan seperti dibawah ini tapi selalu error
> > yg pesannya
> > > > sbb = Invalid authorization specification...
> > > > Kira2 dimana letak salahnya, apa karena saya tidak memasukan
> > User ID dan
> > > > password, kalo memang betul User ID dan password apa yg harus
> > saya masukkan
> > > > (SQL Server atau Windows Server)...
> > > >
> > > > Dim cn As ADODB.Connection
> > > > Dim rs As ADODB.Recordset
> > > >
> > > > Private Sub Form_Load()
> > > > Set cn = New ADODB.Connection
> > > > cn.Open "Provider=SQLOLEDB;" & _
> > > > "Data Source=Diva-serv" & _
> > > > "Initial Catalog=Koperasi" & _
> > > > "User Id=;Password="
> > > > Set rs = New ADODB.Recordset
> > > > rs.Open "select * from anggota"
> > > > 
> > > > 
> > > > End Sub
> > > >
> > > > Rgds,
> > > > Edi
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > --
> > > > www.itcenter.or.id - Komunitas Teknologi Informasi Indonesia
> > > > Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED]
> > > > :: Hapus bagian yang tidak perlu (footer, dst) saat reply! ::
> > > > ## Jobs: itcenter.or.id/jobs ## Bursa: itcenter.or.id/bursa ##
> > > > $$ Iklan/promosi : www.itcenter.or.id/sponsorship $$
> > > >
> > > > [@@] Jaket ITCENTER tersedia di http://shop.itcenter.or.id
> > > >
> > > >
> > > > Yahoo! Groups Links
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > --
> > www.itcenter.or.id - Komunitas Teknologi Informasi Indonesia
> > Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED]
> > :: Hapus bagian yang tidak perlu (footer, dst) saat reply! ::
> > ## Jobs: itcenter.or.id/jobs ## Bursa: itcenter.or.id/bursa ##
> > $$ Iklan/promosi : www.itcenter.or.id/sponsorship $$
> >
> > [@@] Jaket ITCENTER tersedia di http://shop.itcenter.or.id
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
>
>
> --
>
>
> ☻-9☺9☺n♫eZ-☻
>
>
> [Non-text portions of this message have been removed]
>
>
>
>
>
> --
> www.itcenter.or.id - Komunitas Teknologi Informasi Indonesia
> Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED]
> :: Hapus bagian yang tidak perlu (footer, dst) saat reply! ::
> ## Jobs: itcenter.or.id/jobs ## Bursa: itcenter.or.id/bursa ##
> $$ Iklan/promosi : www.itcenter.or.id/sponsorship $$
>
> [@@] Jaket ITCENTER tersedia di http://shop.itcenter.or.id
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>


[Non-text portions of this message have been removed]





-- 
www.itcenter.or.id - Komunitas Teknologi Informasi Indonesia 
Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED] 
:: Hapus bagian yang tidak perlu (footer, dst) saat reply! :: 
## Jobs: itcenter.or.id/jobs ## Bursa: itcenter.or.id/bursa ##
$$ Iklan/promosi : www.itcenter.or.id/sponsorship $$

[@@] Jaket ITCENTER tersedia di http://shop.itcenter.or.id 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.c

[ITCENTER] Share Koneksi Internet ???????

2005-07-26 Thread kullie-freakz
Kpd Rekan 2x ITers s'mua

Saya mo' nanya nich.
gimana caranya share koneksi internet dlm LAN , supaya kompie laen
bisa connect juga ke internet ( Pake Telkomnet dgn settingan IP
Autodetect ) . :)
Settingan IP pd LAN adalah sbb

PC A ==> 192.168.4.10 ( SERVER )
PC B ==> 192.168.4.12 ( k'lo Dial ke Internet pake Autodetect )
PC C ==> 192.168.4.11 

Atas perhatian n Jawabannya saya ucapkan terima kasih




-- 
www.itcenter.or.id - Komunitas Teknologi Informasi Indonesia 
Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED] 
::: Hapus bagian yang tidak perlu (footer, dst) saat reply! ::: 
## Jobs: itcenter.or.id/jobs ## Bursa: itcenter.or.id/bursa ##
$$ Iklan/promosi : www.itcenter.or.id/sponsorship $$

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ITCENTER/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[ITCENTER] PC restart sendiri

2005-09-05 Thread kullie-freakz
Kpd rekan2x, saya mo tanya nih ( sorry mungkin dach banyak yang tanya
kali ya :) ).
Gini PC dikantor kok sering restart sendiri dengan dikasih jangka
waktu 30 detik.
Nah di msgbox - nya tuh ada tulisan 
C:\Windows\isaas.ex
bla..bla...bla...

Mohon bantuan dan Pencerahannya, sekalian juga tolong jelasin
C:\Windows\isaas.ex itu buat apa sih.





-- 
www.itcenter.or.id - Komunitas Teknologi Informasi Indonesia 
Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED] 
::: Hapus bagian yang tidak perlu (footer, dst) saat reply! ::: 
## Jobs: itcenter.or.id/jobs ## Bursa: itcenter.or.id/bursa ##
$$ Iklan/promosi : www.itcenter.or.id/sponsorship $$

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ITCENTER/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/